UtilityBelt v0.6.0 UtilityBelt.Password View Source
Use string password algorithm (Argon2 or Bcrypt) to encrypt(hash) the password. Argon2 is newer, stronger (use lots of memory to reduce the risk for GPU brutal force), Bcrypt is more matural and be considered as the most secure algo in past 15 years.