CryptoJS

Conforming with CryptoJS AES method

Functions

Link copied to clipboard
fun decrypt(password: String, cipherText: String): String

Decrypt Thanks Artjom B. for this: http://stackoverflow.com/a/29152379/4405051

Link copied to clipboard
fun encrypt(password: String, plainText: String): String

Encrypt