Hi, I don't want to ruin your day, but why would you want client side encryption in javascript? How could the user be sure that the script is working as advertised? I don't see a way to guarantee that without trusting the server where the javascript file is coming from. But in that case you can also just upload the unencrypted file over a secure (ssl) connection.
Cheers, Daniel On 07/16/2014 01:48 PM, Adonay Sanz wrote: > For example, > Owncloud has encryption on server side. > We want to develop a JavaScript to encrypt file (on client side) before > upload it. _______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user
