HIPAA-compliant field-level encryption for dental practices, clinics, and healthcare platforms. Patient data stored as multilingual glyphs — unreadable even in a total database breach. Drop-in API compatibility with existing intake systems.
Become a Dental AffiliateEvery patient field — name, SSN, diagnosis, insurance ID — is individually encrypted with ChaCha20-Poly1305 and encoded into 133,387 Unicode glyphs. No plaintext ever touches disk.
If attackers breach your database, they see multilingual poetry, not patient records. Field names are also encrypted — the schema itself is unreadable.
ጒทアЖ ∨दაᨀ കカԲ ကཀበ
Compatible with Intake.dental's GlyphEncryptionService. Two API endpoints:
/glyph/encode and /glyph/decode. Existing intake forms work unchanged.
| Data Category | Fields | Encryption |
|---|---|---|
| Patient Identity | Name, DOB, SSN, Address, Phone | ChaCha20 + Glyph + Haiku wrap |
| Insurance | Policy ID, Group #, Provider, Claims | ChaCha20 + Glyph |
| Clinical Records | Diagnosis, Medications, Allergies, X-ray metadata | ChaCha20 + Glyph + Provenance |
| Billing | Card numbers, Bank routing, Payment history | ChaCha20 + Glyph + PCI field isolation |
| Communications | Appointment notes, Referral letters, Consent forms | ChaCha20 + Glyph |