Benutzer-Werkzeuge

Webseiten-Werkzeuge


becki:linux:passwordstore

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
becki:linux:passwordstore [2015-05-27 14:42]
becki
becki:linux:passwordstore [2019-09-08 08:17] (aktuell)
becki
Zeile 59: Zeile 59:
  
 Second you need to export the private gpg-key which you use to access the passwords and import it on the other computers. See [[openpgp#​exportimport_keys]] Second you need to export the private gpg-key which you use to access the passwords and import it on the other computers. See [[openpgp#​exportimport_keys]]
 +
 +===== pwgen usage ==
 +
 +<​code>​
 +-c Include ​ at  least  one capital letter
 +-n Include at least one number
 +-s Generate completely random, hard-to-memorize ​ passwords
 +-y Include at least one special character
 +</​code>​
 +
 +Generate memorizable passwords containing a special character with a length of 9 characters. Secure and usable:
 +
 +  pwgen -y 9
 +
 +Generate 4 very secure passwords containing special characters with a length of 13 characters. Useful only for copy & paste:
 +
 +  pwgen -sy 13 4
 +
 +Generate 4 very secure passwords with a length of 13 characters. Useful only for copy & paste:
 +
 +  pwgen -s 13 4
 +
 +Generate 6 easy to memorize passwords with a length of 9 characters:
 +
 +  pwgen -nc 9 6
 +
 +
becki/linux/passwordstore.1432737735.txt.gz · Zuletzt geändert: 2015-05-27 14:42 von becki

Impressum - Datenschutzerklärung