https://github.com/wjsjtu/rsa
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wjsjtu/rsa
- Owner: WJsjtu
- Created: 2015-01-11T05:54:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T09:55:36.000Z (over 11 years ago)
- Last Synced: 2025-04-09T01:41:38.143Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 215 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSA
This is one of my homework project.
It generates a pair of cipher of RSA and use it encrypt some words.
The algorithm is based on the math problem of the big prime number decomposition.