Liking cljdoc? Tell your friends :D

kpow.secure.key


-mainclj

(-main & args)
source

cli-optionsclj

source

default-roundsclj

source

export-keyclj

(export-key secret-key)

Base64 encode the secret keys bytes

Base64 encode the secret keys bytes
sourceraw docstring

generate-keyclj

(generate-key pass-file salt out-file)
source

import-keyclj

(import-key key-text)

Interpret Base64 encoded text as a SecretKeySpec

Interpret Base64 encoded text as a SecretKeySpec
sourceraw docstring

key-enc-algorithmclj

source

key-gen-algorithmclj

source

key-strengthclj

source

random-saltclj

(random-salt)
source

secret-keyclj

(secret-key passphrase)
(secret-key passphrase salt)
(secret-key passphrase salt rounds)

Generate a new AES SecretKeySpec from PBKDF2 passphrase, salt, and rounds

Generate a new AES SecretKeySpec from PBKDF2 passphrase, salt, and rounds
sourceraw docstring

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

× close