Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelobattaglia/gematro
A cryptographic calculator
https://github.com/angelobattaglia/gematro
cryptography steganography
Last synced: 4 days ago
JSON representation
A cryptographic calculator
- Host: GitHub
- URL: https://github.com/angelobattaglia/gematro
- Owner: angelobattaglia
- Created: 2023-10-28T23:00:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-28T23:06:24.000Z (about 1 year ago)
- Last Synced: 2024-04-01T23:26:47.514Z (8 months ago)
- Topics: cryptography, steganography
- Language: JavaScript
- Homepage: https://angelobattaglia.github.io/gematro/
- Size: 492 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fork of Gematro
This is a fork of the popular cryptography/gematria calculator called Gematro, hosted at [gematro.com](https://gematro.com).
This fork aims at adding new ciphers as fast as possible! In fact, it has been added the QWERTY set of ciphers. It also has no
google analytics tags, meaning that it's private, and free. Feel free to fork it and/or send pull requests.## List of Modifications
In "calc/calc.js", row 25, I've setted the Extra Ciphers as always visible
```javascript
var optShowExtraCiphers = true // false // enable extra ciphers
```In "calc/ciphers.js" I've added, at the end of the file, the QWERTY set of ciphers, notably the QWERTY (extended), the QWERTY ordinal and the QWERTY reduced, all with the respective reverse cipher.
## How to contribute
Just drop a pull request with your favorite cipher, the source and, possibly, make a YouTube video explaining why it is important.
The ciphers can be added in the "calc/ciphers.js" file, you can see how the other ones are being implemented.## Licence
I don't own this code, and this is a fork of the software [gematro.com](https://gematro.com).