You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cipher class provides secure in-memory encryption and persistent storage for secrets using AES-256-GCM. It supports Shamir’s Secret Sharing for distributing and reconstructing the master key, ensuring that the vault can only be unlocked with a threshold number of shares.