| 12345678910111213141516171819202122232425262728293031 |
- 2001-08-20 Sergey Chaban <[email protected]>
- * DES.cs encryption core is about 30% faster than previous version.
- * DESCryptoServiceProvider.cs added PKCS-5 padding.
- 2001-08-09 Sergey Chaban <[email protected]>
- * ToBase64Transform.cs: Base64Table now supports both encoding
- and decoding tables. As a result Table was renamed to EncodeTable
- and DecodeTable was added.
- * FromBase64Transform.cs: Initial check-in.
- * DES.cs: Initial check-in.
- * DESCryptoServiceProvider.cs: Initial check-in.
- 2001-08-01 Matthew S. Ford <[email protected]>
- * CipherMode.cs: Initial version.
- * CryptoStreamMode.cs: Initial version.
- * HashAlgorithm.cs: Initial version.
- * ICryptoTransform.cs: Initial version.
- * KeySizes.cs: Initial version.
- * MD5.cs: Initial version.
- * MD5CryptoServiceProvider.cs: Initial version.
- * PaddingMode.cs: Initial version.
- * SHA1.cs: Initial version.
- * SHA1CryptoServiceProvider.cs: Initial version.
- * SHA256.cs: Initial version.
- * SHA256Managed.cs: Initial version.
- * SHA384.cs: Initial version.
- * SHA512.cs: Initial version.
|