C

CrococryptLib

발행자: Hissen IT
Virus scanned Windows Free to try
다운로드 v1.4 26 downloads
버전1.4
발행자Hissen IT
출시일Sep 28, 2015
추가 된 날짜Sep 28, 2015
OS 요구 사항Windows 10, Windows 2003, Windows 8, Windows Vista, Windows, Windows Server 2008, Windows 7, Windows XP
요구 사항None
총 다운로드26
가격Free to try

기술

CrococryptLib for Java and Android: The easiest way to integrate encryption into your application

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?

- Use industry standards like PBKDF2 and PKCS #5 with auto-secure settings like HMAC, iteration count and salt.

CrococryptLib provides the most 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.

* 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!