Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

[![Issues][issues-shield]][issues-url]





Logo

Polybius Square Cipher




View Demo
.
About
·
Report Bug
·
Request Feature


## 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.

(back to top)

### 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



  1. About The Project


  2. Roadmap

  3. Contributing

  4. License

  5. Acknowledgments

### Built With

- No-lib Vanilla JavaScript and pure HTML/CSS

(back to top)

## Roadmap

- [x] Reveal grid
- [x] Decrypt some ciphers in real time
- [ ] Make interactive

(back to top)

## 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

(back to top)

## License

Distributed under the MIT License.

## Acknowledgments

* Polybius!
* [Malven's Grid Cheatsheet](https://grid.malven.co/)
* [Img Shields](https://shields.io)

(back to top)

[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