Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@kushaldas kushaldas released this 22 Oct 04:21
v0.3.0
9cde3d3

[0.3.0] 2020-10-22

Added

  • encrypt_bytes_to_file can encrypt data for multiple recipients and saves to a file.
  • Function signature to the create_newkey function.
  • Uses sequoia-pgp 0.20.0 as dependency #31
  • Can not use sha1 based keys with this library #29
  • SQLite3 based KeyStore jce.db
  • Python ENUMs key type and cipher type #33

Fixed

  • #14 decrypt when the data was encrypted for multiple recipients.
  • Fixes documentation for create_newkey function name.