PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

Pass: The Standard Unix Password Manager

mercredi 23 avril 2014 à 07:14
Belfäläs, le 30/03/2014 à 19:38
(Permalink)

Slobberbone, le 15/04/2014 à 14:13
Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities.

pass makes managing these individual password files extremely easy. All passwords live in ~/.password-store, and pass provides some nice commands for adding, editing, generating, and retrieving passwords. It is a very short and simple shell script. It's capable of temporarily putting passwords on your clipboard and tracking password changes using git.
(Permalink)

Amaury, le 16/04/2014 à 17:26
Un gestionnaire de pots de passe très KISS, entièrement chiffré (UNIX uniquement). À tester (plus tard), ça a l'air très intéressant :) .

(Via Alda : http://tools.aldarone.fr/share/?RZhUZA .)
(Permalink)

CAFAI, le 23/04/2014 à 07:14
Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities.

To free password data from the clutches of other (bloated) password managers, various users have come up with different password store organizations that work best for them. Some users have contributed scripts to help import passwords from other programs:

   1password2pass.rb: imports 1Password txt or 1pif data
   keepassx2pass.py: imports KeepassX XML data
   keepass2pass.py: imports Keepass2 XML data
   fpm2pass.pl: imports Figaro's Password Manager XML data
   lastpass2pass.rb: imports Lastpass CSV data
   kedpm2pass.py: imports Ked Password Manager data
   revelation2pass.py: imports Revelation Password Manager data
   gorilla2pass.rb: imports Password Gorilla data
   pwsafe2pass.sh: imports PWSafe data
(Permalink)