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 90f6e7b9f3 ADD: Password file mode 1 year ago
doc FIX: Fixed modifying passwords' bug. minor chanegs to MANUAL 4 years ago
.gitignore FIX: Version 1.04 4 years ago
CHANGELOG FIX: Fixed modifying passwords' bug. minor chanegs to MANUAL 4 years ago
LICENSE Initial commit 4 years ago
README.md FIX: README now has license notice 4 years ago
install.sh ADD: Password file mode 1 year ago
sbhelp FIX: Version 1.1, see CHANGELOG for details 4 years ago
steelbox.py FIX: Fixed modifying passwords' bug. minor chanegs to MANUAL 4 years ago
steelbox.sh ADD: Password file mode 1 year ago

README.md

Steelbox

Because sometimes you just want a password manager

Steelbox is a password manager that runs under your terminal, with GnuPG.

Installation (and upgrade):

Just run install.sh WITHOUT SUDO

To remove Steelbox:

Just run install.sh remove WITHOUT SUDO

Upgrading

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.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR- POSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Founda- tion, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.