♈ Zodiac Encryption ♊
Glyphics is a proprietary zodiac-glyph encryption application that transforms your messages and images into encrypted sequences of mystical symbols. Your data is sealed through a multi-layered cryptographic process and rendered as a unique zodiac glyph cipher — indecipherable without the exact combination of credentials that created it.
Unsealing any cipher requires both your login password and your separate encryption key. These two secrets are combined through a proprietary cryptographic process to produce a unique master key for every sealed message. Neither factor alone is sufficient — only the precise combination of both can unlock the cipher.
Glyphics uses Netlify Functions for account registration, login verification, key derivation, encryption, and decryption. Sensitive cryptographic routines run server-side over HTTPS, while the browser remains a lightweight interface.
The key derivation process is deliberately intensive on the backend. This is not a limitation — it is a core security feature. The computational cost of deriving each key makes large-scale brute-force guessing impractical, even with specialised hardware. A progress indicator confirms the app is working during this time.
Every sealed message is protected by authenticated encryption — a method that simultaneously encrypts your data and cryptographically verifies its integrity. Any tampering with the ciphertext, no matter how small, causes decryption to fail completely with no partial output. There is no way to partially read or alter a Glyphics cipher.
All encrypted data is rendered as sequences of symbols drawn from a proprietary 30-symbol zodiac alphabet. The glyph set, its ordering, and the encoding methodology are unique to Glyphics. The resulting ciphertext appears as mystical script — visually meaningful, but intelligible only to the Glyphics engine when paired with the correct credentials.
Every authentication and decryption failure produces the same response: "Invalid credentials or key." This is intentional. Providing distinct error messages for different failure modes would allow an attacker to test each credential independently. Glyphics never confirms which part of the credential pair — if any — was correct.
Account verifiers are stored in secure backend storage, while active credentials stay only in memory for the current browser session. Cryptographic sealing and unsealing are performed by Netlify Functions over HTTPS, and raw passwords are never written to persistent browser storage.
Designed and developed by Synexmedia.com
Owned and operated by The Media Glen