Skip to content

v1.5.0 - Added `crypto` module + docs improvements

Choose a tag to compare

@Someguy123 Someguy123 released this 23 Oct 21:02
· 69 commits to master since this release
  • Added crypto module with new EncryptHelper class, designed to make using encryption
    via cryptography.fernet painless as possible.
  • Added docs for crypto module
  • Set up InterSphinx, allowing for cross referencing several different package docs
  • Added new exceptions EncryptionError and EncryptKeyMissing - related to crypto module
  • Added several unit tests for the crypto module in test_crypto.py