Skip to content

This Java based project contains code for Proxy Re-Encryption using RSA+AES. The message is encrypted at the Sender level with an AES Key. The AES Key is encrypted with the Sender's Public RSA Key. The AES Key is then Re-Encrypted at the Server so that it can be decrypted by the Reciever's Private RSA Key. After the decryption of the AES Key at …

Notifications You must be signed in to change notification settings

lcmfq/ProxyReEncryption-RSA-AES-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ProxyReEncryption-RSA-AES-

This Java based implementation contains code for Proxy Re-Encryption using RSA+AES.

The message is encrypted at the Sender level with an AES Key.

The AES Key is encrypted with the Sender's Public RSA Key.

The AES Key is then Re-Encrypted at the Server so that it can be decrypted by the Reciever's Private RSA Key.

After the decryption of the AES Key at the Reciever level the ciphertext is decrypted to obtain the original message.

About

This Java based project contains code for Proxy Re-Encryption using RSA+AES. The message is encrypted at the Sender level with an AES Key. The AES Key is encrypted with the Sender's Public RSA Key. The AES Key is then Re-Encrypted at the Server so that it can be decrypted by the Reciever's Private RSA Key. After the decryption of the AES Key at …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%