Skip to content

a simple password manager with google drive backup

Notifications You must be signed in to change notification settings

thatcodechap/warden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warden

a classic and simple no nonsense password manager, which keeps all your data in your hidden google drive folder.

Features

  • Easy to use with simple UI.
  • Passwords are secure because of google drive storage.
  • Completely integrated with Google drive to view and edit anywhere and anytime.
  • Passwords are not visible in google drive, as it is stored in app specific hidden folders.

Usage

  1. Clone repository
git clone https://github.com/thatcodechap/warden
cd warden
  1. Install dependencies
npm install
  1. Start the app
npm start

Screenshots