info:pass

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
info:pass [2022/07/29 08:41] – créée radeffinfo:pass [2026/01/31 10:35] (Version actuelle) – ↷ Liens modifiés en raison d'un déplacement. 2001:1600:4:b:1618:77ff:fe41:df29
Ligne 2: Ligne 2:
 {{tag>password, security}} {{tag>password, security}}
  
-Pass est un outil de gestion de vos mots de passe très bien pensé. Se voulant simple d'utilisation, il vous permettra d'organiser et de retrouver vos credtz grâce à une structure de dossiers et de fichiers cryptés, car comme son nom l'indique (traduction de l'anglais: le gestionnaire de mot de passe standard unix), sous Unix tout est fichier. +//pass// is a very simple password store that keeps passwords inside gpg2(1) encrypted files inside a simple directory tree residing at ~/.password-store. The pass utility provides a series of commands for manipulating the password store, allowing the user to add, remove, edit, synchronize, generate, and manipulate passwords.
- +
-pass is a very simple password store that keeps passwords inside gpg2(1) encrypted files inside a simple directory tree residing at ~/.password-store. The pass utility provides a series of commands for manipulating the password store, allowing the user to add, remove, edit, synchronize, generate, and manipulate passwords.+
  
 http://www.passwordstore.org/ http://www.passwordstore.org/
Ligne 10: Ligne 8:
 http://git.zx2c4.com/password-store/about/ http://git.zx2c4.com/password-store/about/
  
-sudo apt-get install pass 
- 
-localhost:~ pass init "ZX2C4 Password Storage Key" 
- 
-mkdir: création du répertoire «/home/radeff/.password-store» 
- 
-pass git init 
- 
-http://ifzenelse.net/fr/gerez-vos-mots-de-passe-en-ligne-de-commande-avec-pass 
  
 ====== Installation et importation depuis keepassxc ====== ====== Installation et importation depuis keepassxc ======
 <code bash> <code bash>
 #install soft #install soft
-apt-get install pass+sudo apt-get install pass
 #create gpg key #create gpg key
 gpg --gen-key gpg --gen-key
Ligne 50: Ligne 39:
 pass import keepassxc ~/Bureau/pass.csv pass import keepassxc ~/Bureau/pass.csv
 </code> </code>
 +====== GUI / Interface graphique ====== 
 +si la ligne de commande vous rébute 
 +    apt-get install qtpass 
 +si vous n'êtes pas sur debian, voir     https://qtpass.org/
 ====== doc and credits ====== ====== doc and credits ======
  
   * https://github.com/roddhjav/pass-import/   * https://github.com/roddhjav/pass-import/
   * https://marceloandrader.github.io/blog/2019/04/11/my-migration-from-keepassxc-to-pass-password-store/   * https://marceloandrader.github.io/blog/2019/04/11/my-migration-from-keepassxc-to-pass-password-store/
 +  * http://ifzenelse.net/fr/gerez-vos-mots-de-passe-en-ligne-de-commande-avec-pass
  
- +====== Voir aussi ====== 
 +  * [[info:mot_de_passe]] 
 +  * [[keypassxc]] 
 +  * [[info:teampass|teampass]]
  • info/pass.1659076890.txt.gz
  • Dernière modification : 2022/07/29 08:41
  • de radeff