(export-key secret-key)
Base64 encode the secret keys bytes
Base64 encode the secret keys bytes
(import-key key-text)
Interpret Base64 encoded text as a SecretKeySpec
Interpret Base64 encoded text as a SecretKeySpec
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close