https://github.com/masajinobe-ef/prsc
๐Free cross-platform password manager on Flask, Python, SQLite with Cryptography
https://github.com/masajinobe-ef/prsc
cross-platform cryptography database flask linux macos password password-manager python security sql sqlite web-development windows
Last synced: 10 months ago
JSON representation
๐Free cross-platform password manager on Flask, Python, SQLite with Cryptography
- Host: GitHub
- URL: https://github.com/masajinobe-ef/prsc
- Owner: masajinobe-ef
- License: gpl-3.0
- Created: 2024-01-01T20:08:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T02:42:17.000Z (over 2 years ago)
- Last Synced: 2024-01-26T14:44:15.745Z (over 2 years ago)
- Topics: cross-platform, cryptography, database, flask, linux, macos, password, password-manager, python, security, sql, sqlite, web-development, windows
- Language: Python
- Homepage:
- Size: 200 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PRSC: Free Cross-Platform Password Manager
๐ PRSC is a robust password management application developed using Flask, Python, SQLite, and Cryptography.
This cross-platform solution provides a secure and user-friendly way to store and manage passwords, following the principles of Unix philosophy.

Features:
1. Master-password: Access your password vault securely by master-password.
2. Add Passwords: Easily add and store passwords with detailed information for each entry.
3. Edit and Update: Modify existing password entries as needed, keeping your information up-to-date.
4. Search Functionality: Quickly find specific passwords using the search feature.
5. Security: Cryptography to ensure high level of passwords protection.
6. SQLite Database: Stores password data efficiently and securely using SQLite database.
7. User-Friendly Interface: Prioritizing ease of use, allows convenient view passwords.
## Installation
To get started with PRSC, follow these simple steps:
```bash
$ git clone https://github.com/masajinobe-ef/prsc.git
$ cd prsc
$ pip install -r requirements.txt
$ python prsc.py
Visit http://localhost:8080 in your web browser to access PRSC.
```
### License
This project is licensed under the GPL-3.0 license.