What happens if I forget my master password?
All your data stored using that password will be completely inaccessible, so please make sure you always remember it.
How does IronCrypto encrypt my data?
IronCrypto uses AES directly on your browser to encrypt your passwords and get the cipher key (using plain password as source for key expansion). It uses AES in Counter mode of operation.
Why encrypt and decrypt my data on the browser?
By encrypting/decrypting your data on the browser instead of doing it on the server, we eliminate the possibility of your private data being taken from our servers.
Why is Google Authentication Required?
We ask all our users to sign in with their Google accounts first, so as to validate the existence of the user and minimize the registration of bots or illegitimate users.