Liking cljdoc? Tell your friends :D

cryptohash-clj.impl.pbkdf2


algorithmsclj

source

chashclj

(chash x)
(chash x opts)

Main entry point for hashing <x> (String/bytes/chars) using PBKDF2. <opts> can include :algo (default :hmac+sha512), :iterations (default 250000), and :salt-length (default 16). Returns String.

Main entry point for hashing <x> (String/bytes/chars) using PBKDF2.
<opts> can include :algo (default :hmac+sha512), :iterations (default 250000),
and :salt-length (default 16). Returns String.
sourceraw docstring

IHashablecljprotocol

chash*clj

(chash* this opts)

verify*clj

(verify* this hashed opts)
source

verifyclj

(verify x pbkdf2-hashed)
(verify x pbkdf2-hashed opts)

Main entry point for verifying that <x> (String/bytes/chars) matches <pbkdf2-hashed>. Returns true/false.

Main entry point for verifying that <x> (String/bytes/chars)
matches <pbkdf2-hashed>. Returns true/false.
sourceraw docstring

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

× close