Commit graph

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