Skip to content

Encrypted string identification

Choose a tag to compare

@deajan deajan released this 10 Jul 11:55
· 45 commits to master since this release

This release adds two wrapper functions for both symmetric and asymmetric encryption protocols:

  • encrypt_message_hf() and decrypt_message_hf()

These funtions allow to add a header/footer for encrypted message identification (useful when someone gives you an encrypted string and you need to know what it represents, just like RSA key headers and footers).
They also allow setting random header and footers.

Other changes include:

  • Added an error message when trying to unpickle a class which is not imported yet
  • Added pypy 3.8 to test matrix