Bcrypt

Index

bcrypt bcrypt-is-valid

Reference

bcryptcfunction
(bcrypt password rng &opt work-factor)

Provided the password and an RNG object, returns a bcrypt string.

(bcrypt-is-valid password bcrypt)

Check a bcrypt hash against the provided password, returning true if the password matches.