A secure method for generating and storing passwords/secrets is by using your own hash.
π€¨ What exactly is this "Vault" thing?
Vault is an application that enables you to generate passwords and securely store them on your personal device. It serves as a secure repository for your confidential information. π
π How does it ensure security?
Well, it provides security in several ways:
You establish a key that is used to hash your secrets. π
Without your key, it is practically impossible for anyone to access your secrets. π
Your secrets are exclusively stored on your device, ensuring that no one else has access to themβunless your device itself is hacked. π€
(You can ensure that your data is not being transmitted elsewhere by checking the network tab when inspecting your browser or checking out the source code.)
Setup app hashπ€ Why use Vault?
Vault is an application I developed both as a means to explore Vue 3 with Typescript and Vite. Its primary purpose is for my personal use but you are welcome to try it out if you'd like.
I decided to create this app because I have reservations about relying on other similar apps. If you share these concerns, you may choose not to trust or use Vault. π
However, if you wish to use it, please be aware that there are potential risks involved so β οΈ Proceed at your own risk β οΈ
π Curious about the source code?
You can access the source code for Vault on GitHub at this link: https://github.com/you97ssef/vault
If you have any questions or suggestions, feel free to contact me through my socials.
Not interested in using the application
No worries! However, if you'd like to explore some of its features, you can check out the Secret/Password generator or the file encryptor. These functionalities might pique your interest.