Releases: cryptpad/chainpad-crypto
Release list
0.2.8
Housekeeping
signed mailbox extensions
This release implements an extended version of our existing mailbox encryption scheme which allows mailbox owners to (optionally) restrict mailbox write access by requiring messages to be signed with a particular signing key. Signatures are validated by the server before being forwarded to users, so we stub validation on the client. This makes this particular implementation unsuitable for P2P use.
update dependency protocol
0.2.5 Merge branch 'master' of github.com:xwiki-labs/chainpad-crypto
Secondary symmetric keys in editCryptors
0.2.4 bump version to 0.2.4
Team Crypto
This release implements encryption methods for the latest team functionality in CryptPad.
Mailbox encryption and UMD support
This version introduces support for usage in Nodejs.
It also implements "Mailbox encryption" and imports the pairwise-asymmetric encryption which is used in CryptPad's one on one chat.
Password protected files
This release implements new cryptography for protecting encrypted files with an additional password layer.
Password Protected Pads
This release introduces support for password protection for encrypted channels. It also makes it possible to introduce smaller hashes for pads in CryptPad.
validate live signatures
This release implements signature validation for any message which has not been validated by the history keeper.