Jak wygenerować silne hasła jednorazowe w Linuksie?

pwgen -sy 30
date +%s | sha256sum | base64 | head -c 30 ; echo
strings /dev/urandom | grep -o '[[:alnum:]]' | head -n 30 | tr -d '\n'; echo
< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-30}; echo;
gpg --gen-random --armor 1 30
openssl rand -base64 30

darkstar:~ $ openssl rand -base64 48
TIsXtvV8GYVwLfmu/3QBSgjtYkMt0igSnptSutQaPzBPj5mG5hScYduUlvF7bEQv
darkstar:~ $ openssl rand -base64 8
g3hWwwomLIY=

0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Method 2 – Use shell scripts How to install yum cron on a CentOS/RHEL 6.x/7.x
Viewed 4222 times since Tue, Dec 4, 2018
Top 20 OpenSSH Server Best Security Practices - good article
Viewed 10767 times since Mon, Oct 1, 2018
ubuntu How to Reset Forgotten Root Password in Ubuntu
Viewed 2979 times since Tue, Dec 8, 2020
Improve security with polyinstantiation
Viewed 13384 times since Fri, May 15, 2020
A tcpdump Tutorial and Primer with Examples
Viewed 5345 times since Sun, Jun 17, 2018
LUKS List available methods of encryption for LUKS
Viewed 3035 times since Fri, Jul 13, 2018
VMWare tools free
Viewed 9124 times since Mon, Jul 16, 2018
How to Configure ‘FirewallD’ in RHEL/CentOS 7 and Fedora 21
Viewed 10575 times since Wed, Oct 9, 2019
Df command in Linux not updating actual diskspace, wrong data
Viewed 2974 times since Wed, May 30, 2018
Netcat shell zabezpieczony hasłem
Viewed 2315 times since Thu, May 24, 2018