CrococryptLib 1.4
Download
2.8 MB

CrococryptLib 1.4

It's the easiest way to integrate encryption into your application
5 
Rating
Your vote:
Latest version:
1.4 See all
Developer:
Screenshots
1 / 1
Awards (1)
Show all awards
Software Informer Virus Free award
Download
2.8 MB

CrococryptLib for Java: the easiest way to integrate encryption into your applications.
With this library anybody can write encryption and other crypto services!
- Do you know about AES block cipher modes like CBC or parameters like initialization vectors?
- Do you know how to easily encode, store and transmit encrypted data?
- Do you care about secure storage of passwords or password-based encryption?

CrococryptLib provides the easiest way to integrate encryption into your own application. No in-depth cryptography knowledge is required, save development time & budget.

Features
- Compact encryption format: Auto selection and storage of security parameters in one compact format. This includes keysizes, initialization vectors, iteration counts, salt and hash lengths.
- Easy and secure hash and validation of user passwords
- Password-based encryption including key wrapping and support for password changes
- Default hash: PBKDF2 (PKCS #5), HMAC with SHA512, 512 Bit hash, 512 Bit salt
- Strong encryption by default: AES 256 Bit, CBC mode, secure auto-generation of new initialization vectors (IV)
- Any JCE-available symmetric cipher can be used alternatively - like Twofish, Serpent, Blowfish, 3DES, GOST etc.
- Easy encoding into binary (less storage space), Base64, Hex, JSON, files or arbitrary stream objects. Choose any format also for databases.
- Through the compact format all keys and encryption values can be stored in a single column, field, or property. No further management overhead.
- Every value is stored independently
- Individual accounts can have different algorithm strength. Example: For performance reasons you might go with a lower iteration count for user passwords, but you want a high iteration count for administration accounts. No problem using CrococryptLib!

Comments

5
Rating
1 vote
5 stars
1
4 stars
0
3 stars
0
2 stars
0
1 stars
0
User

Your vote: