An open API service indexing awesome lists of open source software.

https://github.com/mezgoodle/passwordmanager


https://github.com/mezgoodle/passwordmanager

bot fernet-encryption password-manager supabase telegram telegram-bot

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          


PasswordManager logo

language
issues
GitHub closed issues
GitHub pull requests
GitHub closed pull requests
GitHub Repo stars
Wakatime stats


🌟Hello everyone! This is the bot that stores your passwords in the database.🌟

## Motivation :exclamation:

Recently, I created a [template](https://github.com/mezgoodle/bot_template/tree/aiogramv3) for developing bots on the third version of aiogram and wanted to try it out as soon as possible. I also heard a lot about [Supabase](https://supabase.com/) and thought why not use it in the project? So, I made a bot that shows your passwords (and password folders) that are encrypted in the database. Registration and login are also implemented using Supabase services.

## Screenshots :camera:

- Start commands

![start](https://raw.githubusercontent.com/mezgoodle/images/master/passwordmanager1.png)

- Registration and login

![registration_and_login](https://raw.githubusercontent.com/mezgoodle/images/master/passwordmanager2.png)

- Folders and creating new folders

![creating_folders](https://raw.githubusercontent.com/mezgoodle/images/master/passwordmanager3.png)

- Updating folders

![updating_folders](https://raw.githubusercontent.com/mezgoodle/images/master/passwordmanager4.png)

- Deleting folders

![deleting_folders](https://raw.githubusercontent.com/mezgoodle/images/master/passwordmanager5.png)

- Passwords

![passwords](https://raw.githubusercontent.com/mezgoodle/images/master/passwordmanager6.png)

- How passwords are stored in the database

![passwods_in_db](https://raw.githubusercontent.com/mezgoodle/images/master/passwordmanager7.png)

## Contribute :running:

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License :bookmark:

MIT © [mezgoodle](https://github.com/mezgoodle)