|
|
MFC Encryption Examples
- AES Encryption
- Blowfish Encryption, ECB, CBC, CFB modes
- 3DES Encryption, ECB, CBC modes
- 56-bit DES Encryption, ECB, CBC modes
- Twofish Encryption - 128-bit, 192-bit, 256-bit
- RC2 Encryption and Decryption
- ARC4 Encryption (ARCFOUR)
- Generate Secret Key from Password
- AES Encryption to Match PHP's Mcrypt Extension
- Blowfish Encryption to Match PHP's Mcrypt Extension
- 3DES Test Vector
- 2-Key Triple DES
- Calculate MD5 Hash of File (or SHA-1, and other hash algorithms)
- Encrypt URL Query Parameters
- Re-Encode (How to convert encodings)
- PBKDF1 - Derive Key from Password
- PBKDF2 - Derive Key from Password
- PBES1 Password-Based Encryption (PBE)
- PBES2 Password-Based Encryption (PBE)
- MD4 Hash a String
- RIPEMD Hash a String
- Match MySQL AES_ENCRYPT Function
- AES String Encryption
- 112-bit 3DES Encryption
- HMAC SHA-1 Matching FIPS Examples
- Duplicate Java's PBEWithMD5AndDES
- Create PKCS7 Signature using .cer and .key Files
- File Encryption / Decryption
- Decrypt P7M using PFX to get MIME
- UU Encoding and Decoding
- Hash Algorithms: SHA-1, HAVAL, MD2, MD5, SHA-256, SHA-384, SHA-512
- HMAC SHA-1 to Match RFC 2022 Test Vectors
- HMAC MD5 to Match RFC 2022 Test Vectors
- Base64 Encode/Decode a String
- Quoted-Printable Encode/Decode a String
- Sign a File to Create a .p7m File (using a PFX)
- Sign a File to Create a .p7s (Detached Signature)
- Encrypt File to PKCS7 .p7m
- URL Signing for Google Maps API
- Extract a File from a .p7m (PKCS7 Signed-Data)
|