NOTE: Use a desktop Chromium based browser for best experience
Try it live at https://calc.hyperdope.com
The Hyperdope Cypher Calculator project values these principles:
- Accessible and relevant word and phrase matching
- Inclusion of well-defined cyphers useful to the community
- Free and open source
- 150k+ entry Word database for instant phrase matching
- 10 calculator skins included
- Virtual Keyboard
- Configurable image scaling
- History table editing
- Dynamic highlighter with filtering
- Support for characters with diacritical marks
- History export/import (CSV format)
- Fully customizable cyphers (Unicode)
- Color controls
- Screenshot tools
- Quickstart guide
To learn more about how to use the Cypher Calculator, see the Quickstart Guide in the app under the About menu.
This repo may be cloned as-is to your web server for self-hosting your own fully-featured gematira calulator with integrated database matching.
To add more words or phrases to the matching database append them as new lines to the db.txt. Or, to autoload a different properly formatted .txt file, change the reference in the AUTO LOAD DATABASE (DB) section at the bottom of index.html.
NOTE: You must run this app from a web server for the word matching database to autoload due to the way browsers handle local file security. Please see this CORS error article for more information. A quick way to run db matching offline locally is to open the project folder in VS Code and launch it with the Live Server extension.
If you do not need the auto loading db feature simply download the repo and open index.html.
If you are not interested in using this tool offline or self-hosting and just want to use the tool with the full word matching experience, navigate the project's official hosted version.
There are 10 themes packaged with the cypher calculator: black, blue, green, green alt, red charcoal, teal, white, and old book (normal, bright, and dim).
To enable a theme, uncomment the 'AUTO LOAD THEME' script at the bottom of index.html and change the reference to any of the files in the /theme folder.
Any contributions you make are greatly appreciated. Please report any issues or bugs. Errors in the cyphers will be fixed with highest priority.
If you have a suggestion that would improve the tool, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v2.0. See LICENSE
for more information.
Hyperdope Official - @LNHyper on X - hyperdopeofficial@protonmail.com
Project Link: Hyperdope Gematria Cypher Calculator
- Special thanks to Saun-Virroco, the creator of Gematro, on which this calculator is almost entirely based.
- NetVoid, who preserved the Gematro repo and secured the database
- Alektryon, who contributed many cyphers, configurations, and reviews.
- NetVoid again, for helping tremendously with the database cleanup for v2! Thank you also for the motivation to press on.