(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |