Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

miphreal/safep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

safep is a console program that allows to manage passwords via CLI.

Crypto-part: AES, Blowfish

Use-case

Before using you may create an sh script to run safep.py.

File: safep:

#!bash

#!/bin/sh
python /code/safep/code/safep.py $@

  • ls - search and display items.
  • lsp - search and display items with passwords.
  • mk - add item.
  • rm - delete item.
  • ed - edit item.
  • chpass - change password for db.
  • pg - generate random sequence
  • use - change file password db
  • backup - create backup of current db
  • backups - display list of backups
  • restore - restore default db from backup

Bitdeli Badge

About

Simple console password manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages