Encryption Component Features
- Symmetric Encryption: AES, Blowfish, Twofish, RC2, ARC4, DES, 3DES.
- Hash Algorithms: SHA-1, SHA256, SHA384, SHA512, MD2, MD5, HAVAL.
- Encoding: Base64, hex, quoted-printable, URL-encoding.
- Public key encryption/decryption with digital certificates.
- Digital signature creation/verification with digital certificates.
- Bzip2 in-memory compression.
- Encrypt / decrypt strings or byte data.
- Return encrypted data as Base64, quoted-printable, or hex-encoded strings.
- Hash strings or binary data using SHA1, MD2, MD5, HAVAL, SHA384, or SHA512.
- Public-key encryption with digital certificates.
- Create and verify digital signatures.
- Pre-convert Unicode strings to ANSI (single-byte/char) before encrypting.
- Pre-convert Unicode strings to any charset before encrypting, compressing, or hashing.
- Base64 encode strings or byte data.
- Hex-encode encode strings or byte data.
- Compress strings or byte data with the BZIP2 compression algorithm.
- Implements FIPS81 padding scheme for AES.
- Up to 256-bit encryption is supported.
- Set binary secret-key directly for symmetric encryption algorithms.
- Initialization vectors.
- CBC (Cipher Block Chaining) Mode
- ECB (Electronic Cookbook) Mode
|
Privacy
Statement. Copyright 2000-2008 Chilkat
Software, Inc. All rights reserved.
Send feedback to support@chilkatsoft.com Components for Microsoft Windows XP, 2000, 2003 Server, Vista, and Windows 95/98/NT4.
|
|