Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Razer synapse test user:
- __password = "!pass123";
- private SymmetricAlgorithm __algorithm = SymmetricAlgorithm.Create();
- private ICryptoTransform decryptor;
- private ICryptoTransform encryptor;
- private byte[] key = Encoding.ASCII.GetBytes("hcxilkqbbhczfeultgbskdmaunivmfuo");
- private byte[] rgbIV = Encoding.ASCII.GetBytes("ryojvlzmdalyglrj");
- Password is stored locally 'encrypted' with this algorithm as "username||password"
- so I can steal your pro naga mouse settings. They have an FTP/HTTP server for updates and stuff.
Advertisement
Add Comment
Please, Sign In to add comment