Loading...
Searching...
No Matches
PixelCrushers.EncryptionUtility Class Reference

Static Public Member Functions

static string Encrypt (string plainText, string password)
 
static bool TryDecrypt (string cipherText, string password, out string plainText)
 

Member Function Documentation

◆ Encrypt()

static string PixelCrushers.EncryptionUtility.Encrypt ( string  plainText,
string  password 
)
inlinestatic

◆ TryDecrypt()

static bool PixelCrushers.EncryptionUtility.TryDecrypt ( string  cipherText,
string  password,
out string  plainText 
)
inlinestatic

The documentation for this class was generated from the following file: