Beispiel #1
0
 public HabboEncryption(RSACParameters parameters, int dhBitLength)
 {
     this._rsa = new RSACrypto(parameters);
     this._dh  = DiffieHellman.CreateInstance(dhBitLength);
 }