Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirako2000/polybius-square-cipher
Some Polybius Square Cipher visualisation
https://github.com/hirako2000/polybius-square-cipher
ancient-greek cipher cryptography vanilla-javascript visualisation
Last synced: 18 days ago
JSON representation
Some Polybius Square Cipher visualisation
- Host: GitHub
- URL: https://github.com/hirako2000/polybius-square-cipher
- Owner: hirako2000
- Created: 2024-02-08T12:05:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T08:09:13.000Z (9 months ago)
- Last Synced: 2024-03-06T09:28:41.498Z (9 months ago)
- Topics: ancient-greek, cipher, cryptography, vanilla-javascript, visualisation
- Language: JavaScript
- Homepage: https://polybius.mtassoumt.uk
- Size: 178 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Issues][issues-shield]][issues-url]
## About
[![Product Name Screen Shot][product-screenshot]](https://polybius.mtassoumt.uk)
There are many ciphers out there. Some of them are old. Substitution is a type of cipher method used for millenia to covert written forms of communication. They can be quite easily defeated with frequency analysis, but how do they work?
This project demonstrates visually the functionning of the Polybius square cipher. Give it a try.
A simple web page demo'ing the decryption of cipher via a visual grid.
The grid was added an extra row and covers the letter J as well.### Get started
- Clone/checkout the repo
```bash
npm install # install npm dependencies
```**develop**
```bash
npm run dev
```**build**
```bash
npm run build
```or see demo
## Demo
See the demo [here](https://polybius.mtassoumt.uk) or [here](https://polybius.surge.sh)
Table of Contents
### Built With
- No-lib Vanilla JavaScript and pure HTML/CSS
## Roadmap
- [x] Reveal grid
- [x] Decrypt some ciphers in real time
- [ ] Make interactive## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License.
## Acknowledgments
* Polybius!
* [Malven's Grid Cheatsheet](https://grid.malven.co/)
* [Img Shields](https://shields.io)[issues-shield]: https://img.shields.io/github/issues/hirako2000/polybius-square-cipher.svg?style=for-the-badge
[issues-url]: https://github.com/hirako2000/polybius-square-cipher/issues
[product-screenshot]: images/product-screenshot.png