Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
/ prsc Public archive

šŸ”Free cross-platform password manager on Flask, Python, SQLite with Cryptography

License

Notifications You must be signed in to change notification settings

masajinobe-ef/prsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

22 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

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.

prsc

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:

$ 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.