Liking cljdoc? Tell your friends :D

actionho-commons.encryption


aes-cipherclj


aes-decrypt-strclj

(aes-decrypt-str encrypted-str secret-key-str)

Assumes key is of class SecretKey

Assumes key is of class SecretKey
raw docstring

aes-encrypt-strclj

(aes-encrypt-str in-str secret-key-str)

Assumes key is of class SecretKey

Assumes key is of class SecretKey
raw docstring

base64-decoderclj


base64-encoderclj


generate-aes-encryption-key-strclj

(generate-aes-encryption-key-str)

Generates an AES secret key in str form so that it is easily stored. Key is encoded in Base64, though other encodings like Hex are also possible

Generates an AES secret key in str form so that it is easily stored.  Key is encoded in Base64, though other encodings like Hex are also possible
raw docstring

get-secret-key-from-strclj

(get-secret-key-from-str in-str)

Returns a SecretKey from the key in str form

Returns a SecretKey from the key in str form
raw docstring

test-aes-key-strclj

(test-aes-key-str key-str)

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

× close