Module

Crypto.Bcrypt

Package
purescript-node-bcrypt
Repository
lpil/purescript-node-bcrypt

#Hash Source

newtype Hash

Constructors

Instances

#hash Source

hash :: forall eff. Int -> String -> Aff eff Hash

Hash a password using the BCrypt algorithm and a given

#compare Source

compare :: forall eff. Hash -> String -> Aff eff Boolean

Compare a password to a BCrypt password hash.

Modules
Crypto.Bcrypt