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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiv-Patil authored May 16, 2021
1 parent 426b177 commit 1d3872d
Showing 1 changed file with 46 additions and 2 deletions.
48 changes: 46 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
![icon](https://github.com/Shiv-Patil/Account-Safe/blob/main/res/icon.png?raw=true)
<div align="center">
<img src="https://github.com/Shiv-Patil/Account-Safe/blob/main/res/icon.png?raw=true" alt="Logo" width="128" height="128">
</div>

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

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

With <b>Account Safe</b>, 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](https://kivy.org/ "Kivy homepage")

# Installation

## Binaries

Android: [Coming Soon!]
Windows: [Releases](https://github.com/Shiv-Patil/Account-Safe/releases)
Deb-based Linux: [Releases](https://github.com/Shiv-Patil/Account-Safe/releases)

## Running source code

- (Optional) Create and activate a virtualenv
- Clone this reporitory or [download](https://github.com/Shiv-Patil/Account-Safe/archive/HEAD.zip) zip
- Change directory to `Account-Safe`
- Run `pip install -r requirements.txt`
- Run `python main.py`

# Screenshots

<img src="https://i.postimg.cc/3RNPshrR/screenshot2.jpg" alt="Screenshot" width="30%"><img src="https://i.postimg.cc/Fz3m6vGS/screenshot3.jpg" alt="Screenshot" width="30%">
<img src="https://i.postimg.cc/zXw8SJyZ/screenshot4.jpg" alt="Screenshot" width="30%"><img src="https://i.postimg.cc/Jz1mp9Xy/screenshot5.jpg" alt="Screenshot" width="30%">

0 comments on commit 1d3872d

Please sign in to comment.