| Class | Description |
|---|---|
| ByteArray |
This class provides the ability to convert Strings, Base-64 and hexadecimal
to a byte array and vice versa.
|
| Crypto |
This class provides simple encryption and decryption of Strings and streams.
|
| DigitalSignature |
This class provides a public-private key digital signature capability.
|
| HashMac |
Provides a simple way to generate a Hash MAC (HMAC) using "HmacSHA256".
|
| KeyExchange |
This class provides for key exchange, using public-private key encryption (also known as
asymmetric encryption).
|
| Keys |
This class generates cryptographic keys.
|
| KeyWrapper |
This class provides secure "wrapping" of keys.
|
| Password |
This class provides password hashing and verification.
|
| Random |
This class provides random functions, such as Salt, ID and password
generation.
|
| SecurityProvider |
Copyright © 2015 Carboni. All rights reserved.