Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

mjwhitta/rubeepass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RubeePass

🍪 Buy me a cookie

Ruby KeePass 2.x implementation. Currently it is read-only.

How to install

$ gem install rubeepass

Usage

$ rpass -h
Usage: rpass [OPTIONS] [kdbx]
    -e, --export=FILE        Export database to file
    -f, --format=FORMAT      Specify format to use when exporting (default: xml)
    -h, --help               Display this help message
    -k, --keyfile=KEYFILE    Use specified keyfile
    -p, --password=PASSWORD  Use specified password (will prompt if not provided)
    -t, --timeout=TIMEOUT    Clipboard timeout

FORMATS
	gzip
	xml

$ rpass keepass.kdbx
Enter password:
rpass:/> help
COMMAND    DESCRIPTION
-------    -----------
?          Show helpful information for a command or commands
bye        Quit
cat        Show group/entry contents (showall includes passwords)
cd         Change to new group
clear      Clear the screen
cls        Clear the screen
copy       Copy specified field to the clipboard
cp         Copy specified field to the clipboard
dir        List groups and entries in current group
echo       Echo specified field to stdout
exit       Quit
help       Show helpful information for a command or commands
hist       Show history or execute commands from history
history    Show history or execute commands from history
ls         List groups and entries in current group
pwd        Show path of current group
q          Quit
quit       Quit
show       Show group/entry contents (showall includes passwords)
showall    Show group/entry contents (showall includes passwords)

Links

TODO

  • Add support for all encryption settings from KeePassXC
    • ChaCha20
    • Twofish
    • Argon2 (KDBX 4 - recommended)
    • AES-KDF (KDBX 4)
  • Better README
  • RDoc
  • Write/Modify KeePass 2.x data

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages