https://canihavesomecoffee.github.io/js-rsa-tool/
Small javascript minisite that allows to play with RSA
https://canihavesomecoffee.github.io/js-rsa-tool/
Last synced: 20 days ago
JSON representation
Small javascript minisite that allows to play with RSA
- Host: GitHub
- URL: https://canihavesomecoffee.github.io/js-rsa-tool/
- Owner: canihavesomecoffee
- License: mit
- Created: 2015-09-30T23:16:51.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-01-31T20:53:42.000Z (almost 8 years ago)
- Last Synced: 2025-04-19T10:57:24.533Z (8 months ago)
- Language: JavaScript
- Size: 351 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-OSINT-For-Everything - RSA encryption, decryption and prime calculator - RSA encryption, decryption and prime calculator (TOOLSET)
README
# Javascript RSA encryption/decryption and prime generation
This is a little tool I wrote a little while ago during a course that explained how RSA works. The course wasn't just theoretical, but we also needed
to decrypt simple RSA messages. Given that I don't like repetitive tasks, my decision to automate the decryption was quickly made.
## Notes
The code is not guaranteed to work (though it worked in all the cases I've tried so far), and especially the prime number "generator" is crudely constructed. It
probably could be done way better, but it's no priority for me. Feel free to make a pull request to improve it ;)
## Version history
* 1.1 - Update, moved to GitHub to host
* 1.0 - Entire rewrite, played around with some OO javascript.
* 0.5 - Initial release (not public)
## Contributing
If you want to add or improve some things, feel free to make a pull request or open an issue :)
## License
The project is released (in 2015) under the MIT license.