NAME

raps2 - "Right, Another Password Store" take two

SYNOPSIS

raps2 action args ...

VERSION

This manual documents raps2 version 0.2

DESCRIPTION

raps2 is a simple password safe. You give it a name, a password and optional metadata, and it will encrypt and store them for you. You probably want to start with raps2 add accountname, and then later use raps2 get accountname and paste the corresponding password into whatever application requires it. raps2 will automatically initialize its store when used for the first time.

ACTIONS

add account

Adds account to the store. It will ask you for the store's master password, some metadata and the new password and then store them. Note that only the password is encrypted, the metadata is saved as clear-text.

dump account

Dump everything saved for account, including the clear-text password, to stdout.

get account

Decrypt account's password and store it in the X Clipboard. Note that it can only be pasted once.

info account

Show information about account, does not require the master password.

EXIT STATUS

zero on success, non-zero otherwise.

CONFIGURATION

raps2 saves the master password hash in ~/.config/raps2/password.

Additional encrypted passwords are stored in ~/.local/share/raps2/.

DEPENDENCIES

  • Crypt::CBC

  • Crypt::Eksblowfish

  • File::BaseDir

  • File::Path (usually included with perl core)

  • File::Slurp

  • xclip (for raps2 get)

BUGS AND LIMITATIONS

This is alpha software, the store format may change without further notice. Backwards-compatibility is not guaranteed.

AUTHOR

Copyright (C) 2011 by Daniel Friesel <derf@finalrewind.org>

LICENSE

0. You just DO WHAT THE FUCK YOU WANT TO.