Skip to content

Releases: cryptpad/chainpad-crypto

0.2.8

Choose a tag to compare

@yflory yflory released this 17 May 14:10
Use nacl-fast in the require call

Housekeeping

Choose a tag to compare

@ansuz ansuz released this 07 Apr 09:35

Full Changelog: 0.2.6...0.2.7

signed mailbox extensions

Choose a tag to compare

@ansuz ansuz released this 31 May 10:43

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

Choose a tag to compare

@ansuz ansuz released this 24 Dec 09:26
0.2.5

Merge branch 'master' of github.com:xwiki-labs/chainpad-crypto

Secondary symmetric keys in editCryptors

Choose a tag to compare

@ansuz ansuz released this 01 Oct 13:42
0.2.4

bump version to 0.2.4

Team Crypto

Choose a tag to compare

@ansuz ansuz released this 19 Sep 11:48

This release implements encryption methods for the latest team functionality in CryptPad.

Mailbox encryption and UMD support

Choose a tag to compare

@ansuz ansuz released this 16 May 15:03

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

Choose a tag to compare

@ansuz ansuz released this 12 Jun 09:55

This release implements new cryptography for protecting encrypted files with an additional password layer.

Password Protected Pads

Choose a tag to compare

@ansuz ansuz released this 03 May 13:40

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

Choose a tag to compare

@ansuz ansuz released this 12 Apr 09:44

This release implements signature validation for any message which has not been validated by the history keeper.