Discuss this help topic in SecureBlackbox Forum

TElBCrypt class

Methods     Declared in     Licensing     


Description

    TElBCrypt provides functionality for password encryption and validation using bcrypt algorithm. To encrypt your password, call EncryptPassword, you can improve the protection by providing random salt value generated by GenerateSalt. To validate if the encrypted password matches unencrypted one, call CheckPassword.

Methods

Declared in

.NET:
  • Namespace: SBBCrypt
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBBCrypt
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbbcrypt.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

Any SecureBlackbox package

Discuss this help topic in SecureBlackbox Forum