Skip to content

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.

Notifications You must be signed in to change notification settings

Lukem121/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published