Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

SwitchVerifier: Difference between revisions

From GameBrew
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
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
|description=Nintendo Switch Homebrew App for generating unique tokens used for verifying ownership of a Nintendo Switch device.
|description=Nintendo Switch Homebrew App for generating unique tokens used for verifying ownership of a Nintendo Switch device.
|author=LotP1
|author=LotP1
|lastupdated=
|lastupdated=2025/04/02
|type=System Tools
|type=System Tools
|version=2.1.0
|version=2.1.0
Line 19: Line 19:
|image_alt=SwitchVerifier
|image_alt=SwitchVerifier
}}
}}
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.
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.
Use it with a Discord App/Bot in the supported Discord servers to verify yourself.


== Features ==
== Features ==
* generates a token based on hardware values and a user hash
* 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
* 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
* Doesn't use any internet connection to generate the token.
* currently works with these discord servers:
* Currently works with these discord servers:
** [https://discord.gg/ryujinx Ryubing]
** [https://discord.gg/ryujinx Ryubing]
** [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)
==Screenshots==
https://dlhb.gamebrew.org/switchhomebrews/images/SwitchVerifier-01.png
https://dlhb.gamebrew.org/switchhomebrews/images/SwitchVerifier-02.png
https://dlhb.gamebrew.org/switchhomebrews/images/SwitchVerifier-03.png
https://dlhb.gamebrew.org/switchhomebrews/images/SwitchVerifier-04.png
https://dlhb.gamebrew.org/switchhomebrews/images/SwitchVerifier-05.png
https://dlhb.gamebrew.org/switchhomebrews/images/SwitchVerifier-06.png
https://dlhb.gamebrew.org/switchhomebrews/images/SwitchVerifier-07.png
https://dlhb.gamebrew.org/switchhomebrews/images/SwitchVerifier-08.png


==Changelog==  
==Changelog==  
'''v2.1.0'''
'''v2.1.0'''
* resolved complaints about the token containing the full serial:
* 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.
** 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.
** This means it is now completely impossible to obtain the full original serial from the token.
* Currently works with these discord servers:
* Currently works with these discord servers:
** [https://discord.gg/ryujinx Ryubing]
** [https://discord.gg/ryujinx Ryubing]
Line 60: Line 49:


'''v1.0.0'''
'''v1.0.0'''
* generates a token based on hardware values and a user hash
* Generates a token based on hardware values and a user hash
* doesn't use any internet connection to generate the token
* Doesn't use any internet connection to generate the token
* currently works with these discord servers:
* Currently works with these discord servers:
** [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)
Line 71: Line 60:


== External links ==
== External links ==
* Github - https://github.com/LotP1/SwitchVerifier
* GitHub - https://github.com/LotP1/SwitchVerifier
* HB-App - https://hb-app.store/switch/SwitchVerifier
* HB-App - https://hb-app.store/switch/SwitchVerifier

Latest revision as of 03:28, 29 March 2026

SwitchVerifier
General
AuthorLotP1
TypeSystem Tools
Version2.1.0
LicenseGPL-3.0
Last Updated2025/04/02
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:

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 lotp if 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 lotp if you would like to add this to your server)

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 lotp if 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.

External links

Advertising: