https://github.com/timothyl96/applied-cryptography
Demonstration of RSA Scheme of encryption and cryption
https://github.com/timothyl96/applied-cryptography
applied-cryptography encryption rsa rsa-scheme
Last synced: about 1 year ago
JSON representation
Demonstration of RSA Scheme of encryption and cryption
- Host: GitHub
- URL: https://github.com/timothyl96/applied-cryptography
- Owner: TimothyL96
- Created: 2017-10-04T15:32:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T18:13:46.000Z (over 8 years ago)
- Last Synced: 2025-01-22T02:32:55.068Z (over 1 year ago)
- Topics: applied-cryptography, encryption, rsa, rsa-scheme
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Applied-Cryptography
#### Assignment for elective subject Applied Cryptography in third year first trimester of degree.
#### This software is done with _C++_ and _QT 5_
Demonstration of textbook RSA Scheme of encryption and decryption with C++ and QT 5.
Analysing RSA scheme such as when p and q are the same number then the message cannot be a factor of p or q.
Limitation:
Maximum size of integers only reaches long long