https://github.com/wardvisual/js-cryptography-applications
⚡ An implementation of cryptography algorithms
https://github.com/wardvisual/js-cryptography-applications
Last synced: 10 months ago
JSON representation
⚡ An implementation of cryptography algorithms
- Host: GitHub
- URL: https://github.com/wardvisual/js-cryptography-applications
- Owner: wardvisual
- Created: 2022-03-06T15:49:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T00:47:27.000Z (over 4 years ago)
- Last Synced: 2025-04-01T20:49:09.683Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structure and Algorithms implemented in JS
This repository fulfills DSA implemented in JS into the real-world scenario.
## Roadmap
- Cryptography
- Polynomial Hash
- Rail Fence Cipher
- Caesar Cipher
- Hill Cipher
## Author
- [Edward Fernandez (@wardvisual)](https://www.github.com/wardvisual)