...=Crypto Suites=
For a full list of and details about supported crypto suites, please visit the CrococryptFile Homepage. Examples:
- Password-based encryption (following PBKDF2) with AES-256, Twofish, Serpent, ...
- Public key encryption using GPG/OpenPGP, Windows Keystore/CAPI with RSA/X.509 certificates
- Cloaked (headerless) Password-based Encryption (AES-Twofish-256 cascaded)
- ...
Starting as a personal study project, I have decided to share this security project.
For now, it is a JAVA program that can be used to encrypt and decrypt simple file content (ie files), possibly later evolving into a utility with user interface and/or a library
JFish is a simple Java implementation of the popular Twofish cryptography algorithm. It allows any application to easily implement powerful encryption, using a single small library and minimal code changes.