|
For the latest news and information visit The GNU Crypto project |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasePRNG | |
---|---|
gnu.crypto.prng | Provides a basic API for using cryptographically strong pseudo random number generation algorithms. |
Uses of BasePRNG in gnu.crypto.prng |
---|
Subclasses of BasePRNG in gnu.crypto.prng | |
---|---|
class |
ARCFour
RC4 is a stream cipher developed by Ron Rivest. |
class |
CSPRNG
An entropy pool-based pseudo-random number generator based on the PRNG in Peter Gutmann's cryptlib (http://www.cs.auckland.ac.nz/~pgut001/cryptlib/). |
class |
Fortuna
The Fortuna continuously-seeded pseudo-random number generator. |
static class |
Fortuna.Generator
The Fortuna generator function. |
class |
ICMGenerator
Counter Mode is a way to define a pseudorandom keystream generator using a block cipher. |
class |
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. |
class |
PBKDF2
An implementation of the key derivation function KDF2 from PKCS #5: Password-Based Cryptography (PBE). |
class |
UMacGenerator
KDFs (Key Derivation Functions) are used to stretch user-supplied key material to specific size(s) required by high level cryptographic primitives. |
|
For the latest news and information visit The GNU Crypto project |
|||||||||
PREV NEXT | FRAMES NO FRAMES |