A secure, privacy-first search system for Laravel — designed to protect your users and your data.
Visit Ginkelsoft.comEvery search runs on encrypted tokens — your users’ data never appears in plaintext.
Secure prefix search using deterministic hashing (SHA-256 + secret pepper)
Term:
Generated tokens:
All searchable fields are encrypted with irreversible, deterministic hashes.
Indexed token search ensures sub-millisecond query performance.
Simple trait integration for Eloquent models — no external service required.
Meets privacy-by-default principles: even if your database is breached, sensitive data remains protected.
Works with MySQL, MariaDB or Elasticsearch — switch effortlessly depending on scale.
Automatically generates tokens on create/update, ensuring consistent encryption over time.
Clean, well-documented API — integrate encrypted search with one trait and one artisan command.