Skip to content

Millitary grade encryption using a hybrid of symmetric and asymmetric encryption schemes

License

Notifications You must be signed in to change notification settings

Athishh/Hybrid-EncryptionModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hybrid Encryption Model

Military grade encryption using a hybrid of symmetric and asymmetric encryption schemes

1st Generation Model

Supported Symmetric Encryption Algorithms

  • AES-256
  • AES-128
  • AES-192

Supported Asymmetric Encryption Algorithms

  • RSA

This project is a Java-based encryption model that uses a combination of symmetric and asymmetric (RSA) encryption. The symmetric encryption is used for encrypting the actual data, while the asymmetric encryption is used for encrypting the symmetric key.

This is the 1st Generation of the encryption model used in the Baphomet program loader & security system developed by me & owned by @baphsec. Specifically, used for encrypting the data sent between the clients and servers. It was later replaced with a much more advanced and secure system in the later generations of Baphomet. (I'm currently developing the 5th Generation! That's how much time has passed after this was made)

The code is still here for anyone who wants to use it for their own projects or learn from it. You don't even have to credit me if you don't want to :D

If you have any questions or need help, feel free to contact me on discord: @justathish
Baphomet Security: https://github.com/baphsec