Namespace SunamoCrypt
Classes
- BTS2
EN: Byte-Text-String conversion utilities CZ: Utilita pro konverzi mezi bajty, textem a řetězci
- CryptHelper
Cryptographic helper for encryption and decryption operations
- CryptHelper.RC2
Designed by Ronald R. Rivest in 1987 which designed another: RC4, RC5, RC6 In 1996 was source code published, the same as in RC4 then use is not recomended
- CryptHelper.Rijndael
Rijndael string encryption class
- CryptHelper.RijndaelBytes
Used for common apps settings Fast Rijndael was code name, actually is calling as Advanced Encryption Standard(AES) was in 2001 approved by NIST, in 2002 was started to use as federal standard USA
- CryptHelper.RijndaelString
Not working great Must convert to bytes and transfer in bytes, also through network
- CryptHelper.TripleDES
DES use length of key 56 bit which make it vunverable to hard attacks Very slow, AES/Rijandel is too much better
- CryptHelper2
Cryptographic helper class with various encryption algorithms