Skip to content

Releases: mgrand/crypto-shuffle

MultiEncryption Works

26 Sep 10:38
Compare
Choose a tag to compare

This release marks the introduction of a working version of the MultiEncryption class. This is used to manage the encryption of a piece of information using multiple public keys, so that someone who knows the private key that corresponds to one of the public keys can decrypt the information.

Key management preview

13 Sep 01:13
Compare
Choose a tag to compare

This release contains a preview of the key management features. They do not work yet.

Minor release

29 May 19:24
Compare
Choose a tag to compare

Updated the version number in the documentation and the version of the maven gpg plugin.

First useful release

29 May 18:05
Compare
Choose a tag to compare

This is the first useful release of cryptoshuffle. Future releases will support encrypted messages created by this version.

Future releases will add key management features.

0.2: First working version. Not ready for prime time because

30 Mar 03:30
Compare
Choose a tag to compare

First working version. Not ready for prime time because
the effective maximum key length is 512 bits. This means
that messages significantly larger than 512 bits become
easier to crack because there are bit permutations that
are not possible to generate from a 512 bit key.

Version 0.3 will fix this so that all of a key gets used.
It is planned the version 0.3 will not be compatible with 0.2