B-Arts DocumentationIndice generale

BCrypter

Identità

  • Namespace: B.BSecurity

  • Assembly: BFramework

  • Tipo: class

  • Sorgente API: versione 5.0.0

Scopo

Tipo pubblico B-Arts del namespace B.BSecurity. La responsabilità concreta è rappresentata dai membri pubblici elencati di seguito.

Dichiarazione

public class BCrypter

Costruttori

  • BCrypter()

Proprietà

Proprietà Tipo Accesso
HashAlgorithmCrypting HashAlgorithmName get/set

Metodi

  • static bool CheckSecurePassword(string KeyPwd1, string KeyPwd2, int TimeExpired = 5)

  • static string Decrypt(string cipherText)

  • static string Encrypt(string clearText)

  • static string GetSecurePassword(string KeyPwd)

  • static void ResetCryptPassword()

  • static void SetCryptPassword(string pwd)

Esempi

Consultare BCrypter - Esempi.