Liking cljdoc? Tell your friends :D

noir.util.crypt

Simple functions for hashing strings and comparing them. Typically used for storing passwords.

Simple functions for hashing strings and comparing them. Typically used for storing passwords.
raw docstring

compareclj

(compare raw encrypted)

Compare a raw string with an already encrypted string

Compare a raw string with an already encrypted string
sourceraw docstring

encryptclj

(encrypt raw)
(encrypt salt raw)

Encrypt the given string with a generated or supplied salt. Uses BCrypt for strong hashing.

Encrypt the given string with a generated or supplied salt. Uses BCrypt for strong hashing.
sourceraw docstring

gen-saltclj

(gen-salt)
(gen-salt size)
source

sha1-sign-hexclj

(sha1-sign-hex sign-key v)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close