ChangeLog 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. 2001-08-20 Sergey Chaban <[email protected]>
  2. * DES.cs encryption core is about 30% faster than previous version.
  3. * DESCryptoServiceProvider.cs added PKCS-5 padding.
  4. 2001-08-09 Sergey Chaban <[email protected]>
  5. * ToBase64Transform.cs: Base64Table now supports both encoding
  6. and decoding tables. As a result Table was renamed to EncodeTable
  7. and DecodeTable was added.
  8. * FromBase64Transform.cs: Initial check-in.
  9. * DES.cs: Initial check-in.
  10. * DESCryptoServiceProvider.cs: Initial check-in.
  11. 2001-08-01 Matthew S. Ford <[email protected]>
  12. * CipherMode.cs: Initial version.
  13. * CryptoStreamMode.cs: Initial version.
  14. * HashAlgorithm.cs: Initial version.
  15. * ICryptoTransform.cs: Initial version.
  16. * KeySizes.cs: Initial version.
  17. * MD5.cs: Initial version.
  18. * MD5CryptoServiceProvider.cs: Initial version.
  19. * PaddingMode.cs: Initial version.
  20. * SHA1.cs: Initial version.
  21. * SHA1CryptoServiceProvider.cs: Initial version.
  22. * SHA256.cs: Initial version.
  23. * SHA256Managed.cs: Initial version.
  24. * SHA384.cs: Initial version.
  25. * SHA512.cs: Initial version.