Zum Inhalt springen

Apg: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „'''apg''' - Create arbitrarily complex random passwords == Beschreibung == == Installation == <syntaxhighlight lang="bash" highlight="1" line copy> apt install apg </syntaxhighlight> == Aufruf == <syntaxhighlight lang="bash" highlight="1" line copy> </syntaxhighlight> === Optionen === {| class="wikitable sortable options gnu big" |- ! Unix !! GNU !! Parameter !! Beschreibung |- | || || || |- |} === Parameter === === Umgebungsvariablen === === Exit-S…“
 
K Textersetzung - „ “ durch „ “
 
Zeile 30: Zeile 30:
| 0 || Erfolg
| 0 || Erfolg
|-
|-
| >0 || Fehler
| >0 || Fehler
|}
|}



Aktuelle Version vom 14. Juni 2026, 00:51 Uhr

apg - Create arbitrarily complex random passwords

Beschreibung

Installation

apt install apg

Aufruf

Optionen

Unix GNU Parameter Beschreibung

Parameter

Umgebungsvariablen

Exit-Status

Wert Beschreibung
0 Erfolg
>0 Fehler

Anwendung

Create random passwords (default password length is 8):

apg

Create a password with at least 1 symbol (S), 1 number (N), 1 uppercase (C), 1 lowercase (L):

apg -M SNCL

Create a password with 16 characters:

apg -m 16

Create a password with maximum length of 16:

apg -x 16

Create a password that doesn't appear in a dictionary (the dictionary file has to be provided):

apg -r path/to/dictionary_file

Problembehebung

Konfiguration

Dateien

Datei Beschreibung


Anhang

Siehe auch



Dokumentation

Projekt