LLCryptoLib.Utils library contains the utilities
used throughout the code, such as Input/Output, Password meter,
Windows registry and so on.
Classes
Class | Description | |
---|---|---|
![]() | Alpha |
Utility class to handle alphabetic shifts.
It defines a standard set of characters, the "Characters" string, which is
![]() ABCDEFGHIJKLMNOPQRSTUVWXYZ{} []()<>,.?;:'+-=@!#$%^&*~`_|/abcdefghijklmnopqrstuvwxyz0123456789 |
![]() | ClipboardUtils |
Clipboard management class, used to
send and retrieve strings from the operating system.
|
![]() | DirectoryElements |
DirectoryElements contain a directory description,
with all its files and the number of Directories
it contains. The directory is recursively scanned
to know about its contents and the contents of every
subfolder in it.
|
![]() | FileManager |
File Manager class is a singleton class that
exposes basic I/O operations, such as creating a text
file, delete a file or changing its attributes.
|
![]() | 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:
|
![]() | OS |
Operating System class, returns a description
of the running operating system (name, version).
|
![]() | PasswordComplexityIndex |
PasswordComplexityIndex class can evaluate a string to return an index
between 0 (minimum) and 40 (maximum) that indicates
the password strength.
|
![]() | RandomString |
This class generates random strings in various formats.
|
![]() | TempFile |
Temp file class holds a list of temporary file.
The convenient method "DeleteTempFiles" deletes
every temp file created with "GetTempFileFullName"
|
![]() | WinRegistry |
WinRegistry class Writes/Read data from registry.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | HexEnum |
Hexadecimal representation style.
Every enum constant represent a style,
that is a representation of an hexadecimal number.
|