| Interface | Description |
|---|---|
| IGIF |
Created by ramazan.girgin on 2/26/2015.
|
| IPBE |
Trivial interface to group Password-based encryption property names.
|
| Class | Description |
|---|---|
| ARCFour |
RC4 is a stream cipher developed by Ron Rivest.
|
| DGKGF | |
| GifPRNG |
Created by ramazan.girgin on 2/26/2015.
|
| ICMGenerator |
Counter Mode is a way to define a pseudorandom keystream generator using
a block cipher.
|
| JavaRandomGenerator | |
| MDGenerator |
A simple pseudo-random number generator that relies on a hash algorithm,
that (a) starts its operation by hashing a
seed, and then (b)
continuously re-hashing its output. |
| MemorySeed | |
| PBKDF2 |
An implementation of the key derivation function KDF2 from PKCS #5:
Password-Based Cryptography (PBE).
|
| PRNGFactory |
A Factory to instantiate pseudo random number generators.
|
| UEKAECryptoCardGenerator | |
| UMacGenerator |
KDFs (Key Derivation Functions) are used to stretch user-supplied
key material to specific size(s) required by high level cryptographic
primitives.
|
Copyright © 2025. All rights reserved.