Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find Other Hybrid Encryption Library in C# for benchmark on README #55

Open
WingZer0o opened this issue Jan 14, 2024 · 1 comment
Open

Comments

@WingZer0o
Copy link
Member

No description provided.

@WingZer0o
Copy link
Member Author

ChatGPT gave me the following examples none of which are extremely used.

Here are some C# libraries on GitHub that implement AES/RSA hybrid encryption:

Cryptography by chriscdev: This library includes an implementation called FastRsa, which uses AES for data encryption and RSA for encrypting the AES key and IV. It provides detailed steps for encryption and decryption, as well as performance tips for optimizing the process​ (GitHub)​.

cryptocsharp by nagilum: This library offers both symmetric (AES) and asymmetric (RSA) encryption functionalities. It provides examples for generating RSA keys, encrypting and decrypting data using RSA, and encrypting and decrypting text using AES​ (GitHub)​.

Hybrid-File-Encryption by HarryCS98: This project is a file encryption program that uses AES for encrypting files and RSA for encrypting the AES key. It includes a GUI for ease of use and addresses security concerns related to remote work environments​ (GitHub)​.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant