You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Kamal Curi a946025ab9 FIX: Version 1.01 4 years ago
.gitignore FIX: Version 1.01 4 years ago
CHANGELOG FIX: Version 1.01 4 years ago
LICENSE Initial commit 4 years ago
README.md ADD: Version 1.0 4 years ago
install.sh FIX: Version 1.01 4 years ago
sbhelp ADD: Version 1.0 4 years ago
steelbox.py FIX: Version 1.01 4 years ago
steelbox.sh FIX: Version 1.01 4 years ago

README.md

Steelbox

Steel box

Because sometimes you just want a password manager

Steelbox is a password manager that uses the curses library for interactive terminals

Installation (and upgrade):

Just run install.sh WITHOUT SUDO

If you're upgrading Steelbox, don't worry: install.sh will do it automatically without messing with your password file

Dependencies:

Clipboard support needs the pyperclip module. You can install it with pip:

pip3 install pyperclip

Also for clipboard support, you need xclip or xsel on your machine.

This program has no support for the wayland clipboard... Unless pyperclip starts supporting it :P

The standard ( this program was made with v3.10 ) python installation comes with the curses and csv modules, just make sure you have GnuPG installed.