https://github.com/yifaneye/keep
Password manager on command line using PHP, OpenSSL, PostgreSQL.
https://github.com/yifaneye/keep
cli command-line openssl password-manager php postgresql
Last synced: about 1 month ago
JSON representation
Password manager on command line using PHP, OpenSSL, PostgreSQL.
- Host: GitHub
- URL: https://github.com/yifaneye/keep
- Owner: yifaneye
- Created: 2019-07-22T14:43:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T19:14:58.000Z (over 6 years ago)
- Last Synced: 2025-05-20T02:50:38.902Z (about 1 year ago)
- Topics: cli, command-line, openssl, password-manager, php, postgresql
- Homepage:
- Size: 27.6 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keyrect: Keep Passwords
This is a password manager written in PHP with PostgreSQL.
Youtube: http://youtu.be/nr0iOl2HtNM (v1.1.2)
## Getting Started
1. Download Postgres.app from https://postgresapp.com/downloads.html
2. Load contents to the PostgreSQL server
```
create database keyrect
\i keyrect.sql
```
3. Execute the php file
```
php keyrect
```
4. (Execute the php file anywhere)
```
nano ~/.bash_profile
alias keyrect='php ~/keyrect/keyrect'
source .~/bash_profile
keyrect
```
## Feedbacks
Feedbacks are welcomed!
Please send your words to ayfallen@hotmail.com