Encryption
Hello,
I am trying to use SJCL encryption (http://crypto.stanford.edu/sjcl/) in my project to encrypt local db contents. Can you suggest how I can access the javascript functions within an existing javasript routine? The existing javascript routine is used to persist data to a local db from REST.
For example:
sjcl.encrypt("password", "data")
Is there a way to use a include statement on the HTML page?
Thank you.