Skip to content

Teevity/teevity-sandbox-security-RSA-javascript-appengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

When you want to ensure that no critical information sent from a Web browser will be
logged in clear inside the server-side logs, once the information is out of the HTTPS channel,
it is useful to encrypt it directly in JS. This is what this library does.

Encrypt your data with RSA using Javascript.
The public key is in the index.html file IN HEXADECIMAL FORMAT.
All certificates and keys are stored in a keystore file in war/WEB-INF/example

About

Encrypt your data with RSA using Javascript and decrypt it in appengine java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published