Skip to content

Version 1.0.0 of ASCrypto library

Choose a tag to compare

@alphasoft-fr alphasoft-fr released this 06 Aug 20:10
· 1 commit to main since this release
  • Added core functionality for encryption and decryption using a password
  • Implemented AES-128-CBC as default cipher method
  • Included methods for key generation and error handling
  • Provided usage examples in README
  • Implemented HMAC-based integrity check to ensure data integrity during encryption and decryption.