Main namespace for all LLCryptoLib classes. Contains overall utility classes, such as LLCryptoLibException
| C# | Visual Basic | Visual C++ |
namespace LLCryptoLib
Namespace LLCryptoLib
namespace LLCryptoLib
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| Alpha |
Utility class to handle alphabetic shifts.
| |
| CallbackEntry |
Delegate to be used in long computing opertions
to get a counter on operation status.
p is the value returned.
| |
| CallbackPoint |
Delegate for displaying advancement. This is a delegate to
call a piece of code whenever a certain event happens on
the main computing loop.
| |
| HexEnum |
Hexadecimal representation style
| |
| Hexer |
Utility class to transform a string or bytes sequence into a hex series.
| |
| HexStyler |
HexStyler.
This class holds a string representation of a series of bytes[].
The available styles are:
| |
| LLCryptoLibException |
LLCryptoLibException.
| |
| PasswordComplexityIndex |
This class can evaluate a string to return an index
between 0 (minimum) and 40 (maximum) that indicates
the password strength.
|