Class HashedPassword


  • public class HashedPassword
    extends Object
    Holds logic for salted, hashed passwords. It uses BCrypt from BouncyCastle, which truncates passwords at 72 bytes.