A unique key
At Sejf Życia, only you hold the “key to the safe”. You create it on your phone or computer from your individual behavioural pattern. The result? Even if someone reached the infrastructure, they would see only unreadable, encrypted data. We generate the user key locally using strong entropy, then protect it with a KDF mechanism (salted, many iterations). We encrypt user data symmetrically (AES-GCM) and protect session keys asymmetrically (RSA). We use a verifiable key-sharing scheme built on zero-knowledge proof.