Liking cljdoc? Tell your friends :D

pwdprotect.crypto


decrypt-textclj

(decrypt-text encrypted-text password)

Decrypts given encrypted text in base64 form using a String password. Returns string of a plain text.

Decrypts given encrypted text in base64 form using a String password.
Returns string of a plain text.
raw docstring

encrypt-textclj

(encrypt-text text password)

Encrypts given text using a String password. Returns base64 string of encrypted text.

Encrypts given text using a String password.
Returns base64 string of encrypted text.
raw docstring

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

× close