This beta release of the Moonbounce crypto wrapper API was created primarily to address the lack of Optimal Asymmetric Encryption Padding (OAEP) for the RSA encrypted random keys used by AES. The final release of v0.8.0 will be timed to coincide with the upcoming and first publicly promoted production version of the the VaultletSuite (v2.0.0). The VaultletSuite can be found at http://www.vaultletsoft.com ... read more
This release of the Moonbounce crypto wrapper API is designed to address two bugs before putting it into public production with the VaultletSuite, which can be found at www.vaultletsoft.com
The Moonbounce crypto wrapper API is a set of high level objects designed to encapsulate select bits of the Bouncycastle lightweight crypto library.
The goal of the Moonbounce API is to make industrial strength encryption easy to use, consistently, and well, in your Java applications. This implementation comes with 2048 bit RSA public key and 256 bit AES encryption capacity.... read more
The Moonbounce API is a set of high level wrapper objects for the Bouncycastle lightweight crypto library.
The goal of the Moonbounce API is to make industrial strength encryption easy to use consistently and well in your Java applications, and comes with 2048 bit RSA public key and 256 bit AES encryption.
This release supports RSA key generation, signing, encryption/decryption, and verifcation of both byte arrays and files. Also included is support for evolving implementations via the appropriate use of factories and interfaces.