Skip to content

A secure way to generate your passwords/secrets and store them using your own hash.

License

Notifications You must be signed in to change notification settings

you97ssef/Vault

Repository files navigation

vault

This project is an app that allows its user to generate passwords/secrets using a key 🔑 that the user set up. That means that the passwords/secrets cannot be accessible without the right key 🔐. I created this app in order to discover vue3 with typescript and Vite. also to use it personally. If you want to use it ⚠️ use it at your own risk ⚠️

Website: https://secrets-vault.netlify.app

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

About

A secure way to generate your passwords/secrets and store them using your own hash.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages