encrypt library

Classes

AbstractRSA
AES
Wraps the AES Algorithm.
Algorithm
Interface for the Algorithms.
Encrypted
Represents an encripted value.
Encrypter
Wraps Algorithms in a unique Container.
Fernet
Wraps the Fernet Algorithm.
IV
Represents an Initialization Vector.
Key
Represents an Encryption Key.
RSA
Wraps the RSA Engine Algorithm.
RSAKeyParser
RSA PEM parser.
RSASigner
Salsa20
Wraps the Salsa20 Engine.
SecureRandom
Signer
SignerAlgorithm
Interface for the signing algorithms

Functions

decodeHexString(String input) Uint8List