Bestimmt für viele ein alter Hut, aber interessant zu wissen das es so was gibt #pwgen .Denn Sie werden schnell vergessen ☝️
#tools #linux #console #opensource #Konsole #passwort #password #generator #random #zufallgenerator
Bestimmt für viele ein alter Hut, aber interessant zu wissen das es so was gibt #pwgen .Denn Sie werden schnell vergessen ☝️
#tools #linux #console #opensource #Konsole #passwort #password #generator #random #zufallgenerator
I'm trying to create an #alias in the #bashrc for the command-line tool #pwgen. I want to exclude certain characters using the "-cnys -r" switch. Because this also affects characters that cause the command to abort (such as " and '), I only get an error message. I'm familiar with exclusion markers, but the usual suspects, "\" or "/," are also part of the excluded string. I can't find a suitable solution online. Surely someone here has the necessary knowledge, right?
Für das Kommandozeilen Werkzeug #pwgen versuche ich einen #alias in der #bashrc anzulegen. Mit dem Schalter "-cnys -r" sollen bestimmte Zeichen ausgeschlossen werden. Weil es auch Zeichen betrifft, die zum Abbruch des Befehls führen (wie z.B. " und '), bekomme ich nur eine Fehlermeldung angezeigt. Exclusion Marker sind mir ein Begriff, aber die üblichen Verdächtigen hierfür "\" oder "/", sind ja ebenfalls Teil der auszuschließenden Zeichenkette. Im Web finde ich keine passende Lösung. Hier hat doch bestimmt jemand das nötige Wissen, oder?
Я навчився генерувати паролі в консолі.
Залишив тільки спеціальні символи які не заважають виділеню по подвійному кліку.
Зробив alias з параметрами за замовчуванням
alias password="pwgen -cny --remove-chars=\\*\\[\\]\\(\\)\\<\\>\\{\\}\\^\\!\\'\\\"\\\`\\:\\;\\$\\|\\/ 14"
В іншому терміналі мені ще довелось виключити , та \
Технічна частина
|>~~~~~~~~~~~~~~~~~~~~~~~~~
|> Тільки оці символи можна
|> виділяти:
|> +-_,.~#\@&=?%
|>
|> А оці не можна:
|> *[]()<>{}^!'"`:;$|/
|>
|> І команда виходить:
|> pwgen -cny --remove-chars=\*\[\]\(\)\<\>\{\}\^\!\'\"\`\:\;\$\|\/ 14
|>
|>
|> Проста команда щоб згенерити
|> один пароль на 10 символів:
|> pwgen 10 1
|>~~~~~~~~~~~~~~~~~~~~~~~~
#ГенераціяПаролю #паролі #безпека #команднийРядок #pwgen #linux
Entradas antiguas: Crea contraseñas con #pwgen
https://www.ochobitshacenunbyte.com/2014/08/31/crea-contrasenas-con-pwgen/
Thank you. That makes me feel much better.
I changed a bunch of financial site passwords and (when possible) usernames and security question answers anyhow. To be safe / Out of an abundance of caution.
#PWGen passwords make great security question answers:
Q: Favorite elementary school teacher?
A: L1m9J9b9hcqXUZ2
#pwgen is a command-line #password generator.
pwgen is a tool that generates a large amount of passwords that are designed to be memorable and pronounceable. pwgen can exclude or require certain characters in generated passwords, and can also generate purely random passwords if needed. pwgen is not recommended for creating important passwords or passwords that are likely to be attacked.
Website 🔗️: https://github.com/tytso/pwgen
apt 📦️: pwgen