Skip to content

Releases: JustScott/ListCrypt

1.0.1

11 Oct 13:59
Compare
Choose a tag to compare

Fixes

  • Altered documentation to more strongly follow Google's standards
  • Altered documentation to stay within 75 characters per line
  • Added a disclaimer to the README file about this project not being meant for production use

1.0.0

04 Sep 23:00
Compare
Choose a tag to compare

The Initial Release of ListCrypt

Features

Encrypting & Decrypting raw data

  • 'All' datatypes are allowed as the key or data when encrypting
  • The datatype for decyption must be bytes, as returned by running the 'encrypt' function

Encrypting & Decrypting files

  • 'All' file types are allowed, and the key can be 'any' datatype