Pattern unlock system
Passwords and PIN codes have always been weak points in security. Solident replaces them with a pattern-based unlock system that is simple for humans but cryptographically strong under the hood.
"A simple gesture can unlock a world of security."
How it works
Pattern setup
The user draws a pattern on a 3x3 grid.
At least four connected points are required for enrollment.
Hash generation
The system converts the pattern into a cryptographic hash.
Only the hash is stored, the raw pattern is never saved.
Verification
During login, the user redraws the pattern.
The system hashes the input and compares it to the stored hash.
Security Advantages
No plain-text storage: Prevents leaks of the actual pattern.
Human-friendly: Easier to remember than complex passwords.
Resistant to brute force: Hashing and salting make reverse engineering impractical.
The pattern unlock system balances usability and protection, adding a second layer of security that feels natural for every user.
Last updated