Skip to content

simple crypto example, frontend side using stanford javascript crypto and backend using bouncycastyle Lightweight API

Notifications You must be signed in to change notification settings

gnu-gnu/crypto-with-stanford-bouncycastle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-with-stanford-bouncycastle

simple crypto example

frontend(encrypt) uses stanford javascript crypto - http://www-cs-students.stanford.edu/~tjw/jsbn/

backend(decrypt) uses bouncycastyle Java Lightweight API -https://www.bouncycastle.org/java.html


features

generate asymmetric key pair. exposes publickey to frontend and stores privatekey in backend. - http://localhost:9009/server/generateKey

encrypt plaintext at frontend side, send encrypted text to backend and callback decrypted text. - http://localhost:9009/server/decrypt

About

simple crypto example, frontend side using stanford javascript crypto and backend using bouncycastyle Lightweight API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published