Releases: mgrand/crypto-shuffle
MultiEncryption Works
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
This release contains a preview of the key management features. They do not work yet.
Minor release
Updated the version number in the documentation and the version of the maven gpg plugin.
First useful release
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
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