This data vault store does not exist.
+ +{storeId}
+
+ + {store.displayName || "No display name set"} +
+ ++ Your data vault store has been created. +
++ A store securely saves key-value pairs with Stack Auth. Plaintext keys and values are never written to a database; instead, they're encrypted and decrypted on-the-fly using envelope encryption with a rotating master key. +
++ To use the store, you'll need a random, unguessable secret. It can be any format, but for strong security it should be at least 32 characters long and provide 256 bits of entropy. Even Stack Auth can't access your data if you lose it, so keep it safe. +
++ Stack Auth only stores hashes of your keys, so you can't list all keys in a store. Each value is encrypted with its key, the provided secret, and an additional encryption secret that is kept safe by Stack Auth. +
++ Securely store and manage encrypted data in isolated stores +
++ Create your first data vault store to start securely storing encrypted data +
+ ++ {store.displayName || "No display name"} +
+