A C# program to view Pokemon Rental Teams from the Global Link. This is done by reading and decrypting the Rental QR codes from the Global Link
The easiest method. Just copy the QR code onto the clipboard and click "From Clipboard" in the program.
- Some data validation is missing, and thus can crash at some points
- The AES-CTR uses Bouncy Castle to decrypt. This is licensed as stated here
- The QR decoder is from ZXing.Net. It is licensed under the Apache 2.0 License
- The MemeCrypto and the sprites came from PKHex. It is licensed under [GPL V3](https://github.com/kwsch/PKHeX/blob/master/LICENSE.md]
10/02/2018 Version 2.0: USUM update. See release for change log. 22/08/2017 Version 1.1: Added Hidden Power type to the move outputs if Hidden Power is found.