Skip to content

Implementation of RSA from scratch in different programming languages

Notifications You must be signed in to change notification settings

kaushiksk/rsa-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

RSA in different languages


Implementing RSA from scratch in different languages.

Workflow

  • Modular exponentiation
  • Euler's method for gcd
  • Extended Euler's Algorithm
  • Modular Multiplicative Inverse
  • Sieve of Eratosthenes
  • Euler Totient function
  • Legendre Symbol
  • Jacobi Symbol
  • Primality test
    • Fermat's Primality Test
    • Lucas Primality Test
    • Solovay-Strassen Primality Test
    • Miller Rabin Primality Test
  • RSA
    • Prime number generation/selection
    • Key generation
    • Encryption
    • Decryption
    • Signing
    • Verification

Extras

  • Integer Factorization
    • Pollard's Rho method
    • Pollard's p-1 method

Languages

  • Python
  • Erlang
  • Rust
  • C/C++
  • JavaScript

Contributing

If you would like to contribute, create a new folder with your favorite language and send a pull request!

About

Implementation of RSA from scratch in different programming languages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages