SwitchVerifier: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox Switch Homebrews |title=SwitchVerifier |image=SwitchVerifier.png |description=Nintendo Switch Homebrew App for generating unique tokens used for verifying ownership of a Nintendo Switch device. |author=LotP1 |lastupdated= |type=System Tools |version=2.1.0 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/SwitchVerifier.7z |website=https://github.com/LotP1/SwitchVerifier |source=https://github.com/LotP1/SwitchVerifier |donation= }} {{#seo: |ti..." |
No edit summary |
||
| Line 31: | Line 31: | ||
** [https://discord.gg/yB7d72xhKb Zep's Zen Zone] | ** [https://discord.gg/yB7d72xhKb Zep's Zen Zone] | ||
** (contact me on discord <code>lotp</code> if you would like to add this to your server) | ** (contact me on discord <code>lotp</code> if you would like to add this to your server) | ||
==Changelog== | ==Changelog== | ||
Revision as of 05:22, 6 April 2025
| SwitchVerifier | |
|---|---|
| General | |
| Author | LotP1 |
| Type | System Tools |
| Version | 2.1.0 |
| License | GPL-3.0 |
| Links | |
| Download | |
| Website | |
| Source | |
This tool uses information from your Nintendo Switch device to generate a token that can be used to verify yourself as a real switch owner.
Use it with a Discord App/Bot in the supported Discord servers to verify yourself.
Features
- generates a token based on hardware values and a user hash
- the token is also written to a file for easy copy/paste with ftp or usb file transfer
- doesn't use any internet connection to generate the token
- currently works with these discord servers:
- Ryubing
- Zep's Zen Zone
- (contact me on discord
lotpif you would like to add this to your server)
Changelog
v2.1.0
- resolved complaints about the token containing the full serial:
- the token now only contains a partial serial and a value consisting of the sum of the remaining values, so the individual remaining values cannot be accessed no matter what.
- this means it is now completely impossible to obtain the full original serial from the token.
- Currently works with these discord servers:
- Ryubing
- (contact me on discord
lotpif you would like to add this to your server)
v2.0.0
- Token order has been shuffled.
- Hardware values used for verification have been changed.
- More timing information is now supplied with the token.
- Token is now also written to a file for easy copy/paste with ftp or usb file transfer.
- Currently works with these discord servers:
- (contact me on discord
lotpif you would like to add this to your server)
- (contact me on discord
v1.0.0
- generates a token based on hardware values and a user hash
- doesn't use any internet connection to generate the token
- currently works with these discord servers:
- Zep's Zen Zone
- (contact me on discord
lotpif you would like to add this to your server)
Credits
- SwitchBrew wiki for documenting various service API uses in SwitchVerifier.
- devkitPro for the devkitA64 toolchain and libnx support.