Thema: More Ciphers

Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.981 Beiträge
 
#1

More Ciphers

  Alt 24. Aug 2015, 06:11
TForge 0.71 is released. What’s new: TCipher.Salsa20.SetNonce bug fixed added 3DES block cipher algorithm added ChaCha20 stream cipher algorithm Examples of creating new cipher instances: var Cipher: TCipher; begin Cipher:= TCipher.TripleDES; // 3DES Cipher:= TCipher.ChaCha20; ...

More...
  Mit Zitat antworten Zitat