Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1077 > unrolled thread

Sala 1.1 released

Started byPetri Lehtinen <petri@digip.org>
First post2011-02-03 14:13 +0200
Last post2011-02-03 14:13 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  Sala 1.1 released Petri Lehtinen <petri@digip.org> - 2011-02-03 14:13 +0200

#1077 — Sala 1.1 released

FromPetri Lehtinen <petri@digip.org>
Date2011-02-03 14:13 +0200
SubjectSala 1.1 released
Message-ID<mailman.1625.1296756344.6505.python-announce-list@python.org>
Sala 1.1 has been released. This release adds ~/.config/sala.conf (or,
more specifically, $XDG_CONFIG_HOME/sala.conf) to the list of
configuration locations that are read, as per the XDG Base Directory
Specification. Python 2.5 is also now supported.

Install: pip install sala
Docs & download: http://pypi.python.org/pypi/sala
Git repository: http://github.com/akheron/sala


What is sala?
=============

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.

[1] http://www.gnupg.org/
[2] http://py-gnupg.sourceforge.net/
[3] http://sourceforge.net/projects/pwgen/

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web