AES (Rijndael) Encryption using Stanford Javascript Crypto Library SJCL for short (Works in scoped applications only)
Knowledge on how encryption works is a prerequisite. Its hard to find a JS library that runs perfectly with ServiceNow JavaSript Engine which supports ECMAScript5. Libraries like CryptoJS by Google wouldn't work right away without modifications. Yet ...
