Lukem121 / password-manager

An offline password manager that is saved in the browser. It is built using Svelte. It implements AES Encryption to store your passwords. It also has an option to store the passwords on the blockchain for easy access.

Home Page:https://password-manager-blush.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

A password manager made with Svelte & Sapper

Live Demo 💪

This is a project used to learn the frontend framework Svelte. It also serverd as a playground for a learning new UI designs and implementing strong encryption in the site.

To create a new project based on this project using degit:

npx degit lukem121/password-manager svelte-app
cd svelte-app

Note that you will need to have Node.js installed.

Get started

Install the dependencies..

cd svelte-app
npm install
npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

Issues

Please submit an issue for any feature request or bug report 😁

About

An offline password manager that is saved in the browser. It is built using Svelte. It implements AES Encryption to store your passwords. It also has an option to store the passwords on the blockchain for easy access.

https://password-manager-blush.vercel.app


Languages

Language:Svelte 87.2%Language:JavaScript 10.1%Language:HTML 1.9%Language:CSS 0.8%