hlsdk

Razer synapse details

Jul 30th, 2012
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.58 KB | None | 0 0
  1. Razer synapse test user:
  2.  
  3. __username = "[email protected]";
  4. __password = "!pass123";
  5.  
  6.     private SymmetricAlgorithm __algorithm = SymmetricAlgorithm.Create();
  7.     private ICryptoTransform decryptor;
  8.     private ICryptoTransform encryptor;
  9.     private byte[] key = Encoding.ASCII.GetBytes("hcxilkqbbhczfeultgbskdmaunivmfuo");
  10.     private byte[] rgbIV = Encoding.ASCII.GetBytes("ryojvlzmdalyglrj");
  11.  
  12. Password is stored locally 'encrypted' with this algorithm as "username||password"
  13.  
  14. 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