All Implemented Interfaces:
Password<SCryptPassword,SCryptPassword.Encoder>

public class SCryptPassword extends AbstractPassword<SCryptPassword,SCryptPassword.Encoder>

A password that uses Scrypt hashing function to encode password.

Since:
1.5
Author:
Jeremy Kuhn
  • Constructor Details

    • SCryptPassword

      public SCryptPassword(String encoded, SCryptPassword.Encoder encoder)

      Creates a Scrypt password with the specified value and encoder.

      Parameters:
      encoded - the encoded password value
      encoder - the password encoder