Glossary of technical terms

AES-256 (Advanced Encryption Standard, 256-bit)

A symmetric encryption algorithm widely regarded as the gold standard for data security.

  • In Solident: Used to encrypt biometric templates and pattern hashes stored locally and in backup.

  • Provides resistance against brute-force attacks even with future computing advances.


SHA-3 (Secure Hash Algorithm 3)

A cryptographic hash function that transforms data into fixed-length outputs, impossible to reverse.

  • In Solident: Used to hash pattern lock inputs with added salt before encryption.

  • Ensures that even if the hash is exposed, the original pattern cannot be reconstructed.


Ed25519

A public-key signature system based on elliptic-curve cryptography.


TLS 1.3 (Transport Layer Security)

The latest protocol for securing communication over the internet.


Secure Enclave / TEE (Trusted Execution Environment)

A dedicated, isolated hardware environment inside devices where sensitive operations occur.

  • In Solident: Stores encryption keys, verifies biometrics, and signs transactions.

  • Prevents the operating system or apps from accessing raw biometric or key material.


Helius RPC

A specialized RPC (Remote Procedure Call) service provider for Solana.

  • In Solident: Handles transaction broadcasting, balance queries, and real-time updates.

  • Provides higher speed and reliability compared to default RPC nodes.


Session Token

A short-lived cryptographic credential generated after successful biometric + pattern authentication.

  • In Solident: Used instead of seed phrases to log into dApps.

  • Automatically expires to reduce hijacking risks and is unique per session/device.


Pattern Lock (3x3 Grid)

A visual secondary authentication method where users connect at least four points on a 3x3 grid.


Zero-Knowledge Proof (ZKP)

A cryptographic method that lets one party prove something is true without revealing the data itself.

Last updated