Sala 1.0 released
From: | Petri Lehtinen <petri-AT-digip.org> | |
To: | python-announce-list-AT-python.org | |
Subject: | Sala 1.0 released | |
Date: | Fri, 21 Jan 2011 11:10:57 +0200 | |
Message-ID: | <20110121091057.GB16194@colossus> | |
Archive‑link: | Article |
I'm proud to announce the first release of sala, an encrypted plaintext password store. Sala is a command-line utility that lets you store passwords and other bits of sensitive plain-text information to encrypted files on a directory hierarchy. This makes it integrate nicely with the shell; tab completion works, for example. It's also convenient to store your passwords in version control, for example. The stored information is protected by GnuPG's symmetrical encryption. Sala has been written in Python. It requires gpg[1], the GnuPGInterface[2] library, and (with the default configuration) uses pwgen[3] to suggest good passwords, if it's installed. To install: pip install sala Docs & download: http://pypi.python.org/pypi/sala Git repository: http://github.com/akheron/sala Author: Petri Lehtinen, http://www.digip.org [1] http://www.gnupg.org/ [2] http://py-gnupg.sourceforge.net/ [3] http://sourceforge.net/projects/pwgen/ -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/
Posted Jan 28, 2011 7:11 UTC (Fri)
by The_Barbarian (guest, #48152)
[Link]
Sala 1.0 released
Sweet! I use a yamlish text file and a vim macro for gpg right now, but this looks really nice.