PasswordFactory

com.outr.scalapass.PasswordFactory
See thePasswordFactory companion object

PasswordFactory provides functionality for creating and verifying passwords

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def hash(password: String): String

Generates a hashed password that includes a generated salt

Generates a hashed password that includes a generated salt

Attributes

def verify(attemptedPassword: String, hash: String): Boolean

Hashes the attempted password and compares to the supplied hash

Hashes the attempted password and compares to the supplied hash

Attributes