Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Sala

Sala is a command-line program that lets you store passwords and other bits of sensitive plain-text information to encrypted files on a directory hierarchy. The information is protected by GnuPG's symmetrical encryption.

Sala is licensed under the MIT license.

News

More news...

Releases

The latest release is 1.3, released on 2012-06-13.

Download the source from PyPI, or install with pip:

$ pip install sala

Requirements:

  • Python 2.6 or newer Python 2. Python 3.2 or newer Python 3..
  • GnuPG

Suggested packages:

  • pwgen: With the default configuration, if pwgen is installed, it's used to suggest good passwords to the user

For documentation, see the manual page sala(1).

Development

The source repository is hosted at GitHub.

Check out the latest source:

git clone git://github.com/akheron/sala.git
Fork me on GitHub