Skip to content

A tool helps to encrypt transparent message in http

License

Notifications You must be signed in to change notification settings

maxsuren/hideme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hideme

A tool helps to encrypt plain message in http based on RSA public key. A public key will be store in client side, when encryption is needed, the client sdk would use the pub-key to encrypt initial infos and send it to server. Server use the received info to calculate a data key, which will be used to encrypt sensitive data during transmission.

Architecture

Architecture encrypt(info+x, pubkey): encrypt info&x with pubkey.
x: a random string generated in client, server will encrypt datakey with x and return to client.

About

A tool helps to encrypt transparent message in http

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages