(aes-decrypt-str encrypted-str secret-key-str)
Assumes key is of class SecretKey
Assumes key is of class SecretKey
(aes-encrypt-str in-str secret-key-str)
Assumes key is of class SecretKey
Assumes key is of class SecretKey
(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
(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
(test-aes-key-str key-str)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close