docs: update CLI help text to mention multiple algorithms
This commit is contained in:
2
salt.py
2
salt.py
@@ -63,7 +63,7 @@ def verify_password(
|
||||
|
||||
def _build_parser() -> argparse.ArgumentParser:
|
||||
parser = argparse.ArgumentParser(
|
||||
description="Erstellt sichere PBKDF2-Hashes oder verifiziert bestehende Werte."
|
||||
description="Erstellt sichere Password-Hashes (PBKDF2, Argon2, bcrypt) oder verifiziert bestehende Werte."
|
||||
)
|
||||
subparsers = parser.add_subparsers(dest="command")
|
||||
hash_parser = subparsers.add_parser(
|
||||
|
||||
Reference in New Issue
Block a user