LittleLite LLCryptoLib
LLCryptoLib Namespace
NamespacesLLCryptoLib
Main namespace for all LLCryptoLib classes. Contains overall utility classes, such as LLCryptoLibException
Declaration Syntax
C#Visual BasicVisual C++
namespace LLCryptoLib
Namespace LLCryptoLib
namespace LLCryptoLib
Types
All TypesClassesEnumerationsDelegates
IconTypeDescription
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:
  • UNIX
  • SPACE
  • CLASSIC
  • NETSCAPE

LLCryptoLibException
LLCryptoLibException.

PasswordComplexityIndex
This class can evaluate a string to return an index between 0 (minimum) and 40 (maximum) that indicates the password strength.