https://github.com/ngirimana/rsa
RSA algorithm is asymmetric cryptography algorithm. Asymmetric actually means that it works on two different keys i.e. Public Key and Private Key. As the name describes that the Public Key is given to everyone and Private key is kept private.
https://github.com/ngirimana/rsa
cryptography css3 html5 network-security rsa
Last synced: 8 months ago
JSON representation
RSA algorithm is asymmetric cryptography algorithm. Asymmetric actually means that it works on two different keys i.e. Public Key and Private Key. As the name describes that the Public Key is given to everyone and Private key is kept private.
- Host: GitHub
- URL: https://github.com/ngirimana/rsa
- Owner: ngirimana
- License: mit
- Created: 2019-12-19T10:12:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T14:32:40.000Z (almost 6 years ago)
- Last Synced: 2025-01-01T16:43:17.441Z (10 months ago)
- Topics: cryptography, css3, html5, network-security, rsa
- Language: JavaScript
- Homepage:
- Size: 670 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSA
RSA algorithm is asymmetric cryptography algorithm. Asymmetric actually means that it works on two different keys i.e. Public Key and Private Key. As the name describes that the Public Key is given to everyone and Private key is kept private.
# Screenshot

# Link to gh-pages
[RSA](https://ngirimana.github.io/RSA/index.html)
# Author
[NGIRIMANA Schadrack](https://github.com/ngirimana)