# Packages
No description provided by the author
# Functions
BcryptAuthenticate attempts to validate expected value which is already encrypted using the bcrypt hash.The expected value is the already hashed value and the provided wukk be hashed and compared to validate if its a valid value.
BcryptGenerate returns a value encrypted using the bcrypt hashing algorithmn, it takes all provided values to generate final output.
# Variables
DefaultHashComplexity defines the default complexity to be using for hashing using the dccrypt hashing method.