Skip to content

1.0.6

Compare
Choose a tag to compare
@Si13n7 Si13n7 released this 15 May 20:38
· 226 commits to master since this release
  • SymmetricKeyAlgorithm classes are now IDisposable
    • Dispose() will try to completely remove the password and salt from memory. This will only work if there are no other references to these data outside
  • Added interface and abstract generic class of ChecksumAlgorithm
  • Added CrcConfig structure to quickly create custom CRC classes according to other standards
  • Improved caching so that only used types are cached instead of all
  • Minor fixes, improvements and code cleanups