Skip to content
/ psr Public

Simple AES-encrypted storage (password manager?)

Notifications You must be signed in to change notification settings

oupirum/psr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

psr

Simple AES-encrypted storage (password manager?)

Usage:

~$ ./psr.sh
  then type any of commands:
    a <value>       - add new entry
    add <value>       - long form

    d <N>           - delete entry with id N
    rm <N>
    delete <N>
    remove <N>

    p               - print all entries
    print

    s <somestr>     - search entries by given substring (or extended regex pattern)
    search <somestr>

    chpass          - change encryption key

    q               - quit
    quit
    exit

On first command in session it will require password. This password will be remembered for current session.

Commands can be used in non-interactive mode too:

~$ ./psr.sh add my secret value

About

Simple AES-encrypted storage (password manager?)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages