|
5ae2a09239
|
fmt
|
2024-11-22 08:53:37 +01:00 |
|
|
b436e25188
|
added some fixes
|
2024-11-22 08:51:35 +01:00 |
|
|
35ef48b721
|
Refactor dependencies to use 'num' crate instead of 'num-bigint' and update related code
|
2024-11-15 12:49:19 +01:00 |
|
|
5edac13e00
|
Add Error when logging errors
|
2024-11-12 12:38:32 +01:00 |
|
|
34dab49bf4
|
Update src/main.rs
|
2024-11-12 12:15:39 +01:00 |
|
|
a79063fe50
|
Add README.md with project description and usage instructions
|
2024-11-11 14:34:49 +01:00 |
|
|
411e1e0461
|
Update RSA key generation to use full key size for prime generation
|
2024-11-11 14:27:11 +01:00 |
|
|
36d25f2dd5
|
Remove unnecessary mod_inverse function and use library provided one
|
2024-11-11 09:28:57 +01:00 |
|
|
3be97adffc
|
Add user input for RSA key pair size in bits
|
2024-11-11 09:25:04 +01:00 |
|
|
9067538985
|
Trim Original message log
|
2024-11-10 15:32:01 +01:00 |
|
|
88ab4b93d3
|
print the private key
|
2024-11-10 15:29:11 +01:00 |
|
Bildcraft1
|
ac794fbae7
|
Refactor RSA key generation to use num-primes for random prime generation and update dependencies
|
2024-11-06 13:31:13 +01:00 |
|
Bildcraft1
|
6a45d31aaf
|
Initialize RSA encryption/decryption project with basic functionality and dependencies
|
2024-11-06 13:08:02 +01:00 |
|