Revision 15 as of 2010-07-26 15:07:08

Clear message

Voici une série de White Papers sur la gestion de mot de passe. http://www.securitydocs.com/Authentication/Passwords

Je pense que la "bonne" approche serait d'utiliser les utilitaires pouvant gérer les fichiers compatibles avec "password safe". C'est le standard de facto qui me semble le plus sécuritaire et le plus actif. Le problème est qu'il n'y a pas d'utilitaire command-line pour *nix qui supporte la dernière version (v3). Autrement, Password Gorilla (GUI) et pwsafe (CLI, mais ne supporte pas la v3 et n'a pas d'interface interactive) sont tous deux excellents. -- TheAnarcat 2008-03-17 17:24:28

LE critère pour mettre une nouvelle option dans la liste:

cli

kedpm

kepm, replacement for the Figaro Password Manager, which is Gnome-only

freebsd install procedure

cd /usr/ports/security/py-pycrypto; make install
fetch http://voxel.dl.sourceforge.net/sourceforge/kedpm/kedpm-0.4.0.tar.gz
tar zfx kedpm-0.4.0.tar.gz
cd kedpm-0.4.0
python setup.py  install --record=/var/log/kedm-0.4.0.log
# to use:
kedpm -c
# this thing behaves like a shell and is sufficiently self-documented

debian install procedure

Note: we use FreeExperiments/CheckInstall to track installed files (optional).

aptitude install python-crypto python2.3-dev checkinstall
wget http://voxel.dl.sourceforge.net/sourceforge/kedpm/kedpm-0.4.0.tar.gz
tar zfx kedpm-0.4.0.tar.gz
cd kedpm-0.4.0
checkinstall -D python setup.py install

SFL Vault

http://projects.savoirfairelinux.net/wiki/sflvault

gpg

Voir aussi gnupg-symmetric.vim

SPD

http://spd.sourceforge.net/

Encrypts to multiple GPG keys and provides a sensible interface. Aims to support SVN server deployment. Interesting for "all workers" passwords...

However, the interface sucks: it's juste plainfile text edition, and the --add parameter (to add a password) doesn't really work. I also couldn't figure out the syntax of the password file so that my passwords show up properly.

Counterpane's password safe

Password safe, originally written by Bruce Schneier, windows-only.

pwsafe

pwsafe: a unix utility, commandline (but can copy to X11 clipboard), compatible with password safe (and emacs :) )

Introduction

cpm

cpm, a commandline password manager

pwman

pwman, with a text interface

pwman3

Yapet

Ncurses-based, minimal dependencies.

http://www.guengel.ch/myapps/yapet/

Simsafe

GUI

password gorilla

Revelation

gnu keyring

For Palms. http://gnukeyring.sourceforge.net/

gpass

A Gnome password manager

MyPasswordSafe

http://www.semanticgap.com/myps/ PasswordSafe-compatible, in theory. Linux GUI.

KeePassX

http://www.keepassx.org/

PWS

Web base !!!

w3pw

Web based, PHP, MySQL.

http://w3pw.sourceforge.net/