Stateless Vault is a password wallet that generates passwords locally. Key principles of Stateless Vault are statelessness and responsability. There's no real encrypted vault, so there's no sign in or login and personal data, like your name or your passwords, are not sent or stored to any server. The name Stateless Vault is an oxymoron because in real life every kind of vault has a state. State is the technical term for "what needs to be saved". Your storage support or a cloud won't have an encrypted file and they won't manage encrypted communication over the internet. So vulnerable surface is reduced and risks upon state protection disappear. Breaking your hard drive, losing your device or breaching against your cloud provider will not affect your passwords.
WARNING! User is totally responsible for management of his passwords. In fact stateless operations imply that an algorithm can give you what you need based on nothing more than input you can give. Input information are determinant to calculate always the same expected generated passwords. Don't forget the following input information.
Stateless Vault requires three pieces of information that user must remember. The following rules are recommended.
Thanks to these information you'll be always able to generate the same passwords because Stateless Vault doesn't store any data about your name, your secret passwords or your sites. It's based on mathematics. An addition, for example 1 + 2 + 3, will always give the same result, in our example 6. You can try it on every calculator and it will be 6 every time. At the same way, Stateless Vault uses input information to calculate always the same generated passwords. Every working browser (except Internet Explorer, Opera Mini and current version of Microsoft Edge) will produce your passwords.
Do you want to know more about Cryptograpghic Algorithms? Go to this section.
Stateless Vault uses your Application Cache (AppCache) to run its web
application offline. So Stateless Vault will be loaded and work correctly even if users click
the refresh button when they are offline. There are some advantages: offline passwords recovering,
speed and reduced server load. After your first connection to the web application, you'll be able to
calculate your generated passwords every time you want on the same browser regardless you are online or offline.
Stateless Vault is light because there are no personal data to store.
In your Application Cache Stateless Vault will occupy no more than 300 KB. This is suitable even for
device with small storage capacity.
Moreover, you can also add this web application to your home screen, as a standalone web app. Discover how to do it. This is a easy way to access Stateless Vault directly from your smartphone or desktop without opening your browser. This is not a real app: it's just a shortcut, but it should guarentee off-line use also.
Return to Stateless Vault web application.