My journey into RSA encryption and prime number generation using rust
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Your project must meet ALL these requirements before it can be shipped.
Look, I'm not going through airtable to check your links so here's some automated checks. I hope it's bug free.
Ready to check your links...
Repository Link:
https://codeberg.org/Ghostboo124/rust-encryption
Readme Link:
https://codeberg.org/Ghostboo124/rust-encryption/src/branch/main/README.md
Add command line arguments for server mode
Please sign in to add a comment.
Begin working on support for server mode to setup a website for decrypting, encrypting and generating keys
Add slightly faster prime generation with multithreading and start work on diffie-hellman
Added some math required for Diffie-Hellman
Add documentation comments onto the functions
Added RSA.