Skip to content

v2.0.0 - Selected Cipher

Compare
Choose a tag to compare
@jo jo released this 20 Mar 14:14
· 3 commits to main since this release

Back to a flattened version with selected cipher: ECDH P-521 AES-256-CBC.

Features:

  • initialization vector included in cipher, no manual iv generation needed anymore
  • import and export encrypted private key pems

Breaking change:

  • removed struct Webcryptobox. All methods are exported directly.
  • removed CLI, this one went into its own project: https://github.com/jo/wcb-rs
  • derivePrivateKey has been renamed to getPrivateKey