Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
/ Account-Safe Public archive

A simple and secure app to store all your passwords in one place

License

Notifications You must be signed in to change notification settings

Shiv-Patil/Account-Safe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Account Safe

A simple and secure app to store all your passwords in one place

With Account Safe, you can store all your account passwords safely in a secure encrypted form. A master password is used as an encryption key for the passwords.

As this app doesn't have internet access, it is fully secure.

This app supports multiple users. Up to 10 users can use the same app and have their own user account with master password.

Features

  • Multi-user support
  • No internet permission
  • Encryption using SHA256 hash
  • Backup your passwords to local storage
  • Strong password generator built in
  • Easily copy password to clipboard
  • Customizable theme

Points to note

  • If you lose or forget your master password, all passwords will be lost and will not be recoverable.
  • In case of data loss, such as when the app is uninstalled or switched devices, it is recommended to make regular backups of your user account so that the data can be recovered.

Made using Kivy

Installation

Binaries

Android: Play Store
Windows: Releases
Deb-based Linux: Releases

Running source code

  • (Optional) Create and activate a virtualenv
  • Clone this repository or download zip
  • Change directory to Account-Safe
  • Run pip install -r requirements.txt
  • Run python main.py

Screenshots

ScreenshotScreenshot
ScreenshotScreenshot