oxygen.crypto.service.PasswordService
See thePasswordService companion object
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Accepts a plain text password, and hashes it. This hash is then safe to store, and you can then check if a password is correct using validate.
Accepts a plain text password, and hashes it. This hash is then safe to store, and you can then check if a password is correct using validate.
Attributes