Click or drag to resize

CryptoUtils Class

Provides methods for cryptography
Inheritance Hierarchy
SystemObject
  Cauldron.CryptographyCryptoUtils

Namespace:  Cauldron.Cryptography
Assembly:  Cauldron.Cryptography (in Cauldron.Cryptography.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static class CryptoUtils

The CryptoUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBrewPassword(UInt32)
Generates a random password
Public methodStatic memberBrewPassword(String, UInt32)
Generates a random password
Public methodStatic memberGetPasswordScore
Checks the password's strength
Top
Fields
  NameDescription
Public fieldStatic memberAlphaNumericAndSpecialCharactersSet
A character set of lower and upper case letters, numbers and special characters
Public fieldStatic memberAlphaNumericCharactersSet
A character set of lower and upper case letters and numbers
Top
See Also