Jump to content

Command Crate ¿about?

Generate random password with OpenSSL (Base64)

openssl rand -base64 16

Uses openssl to generate 16 bytes of random data and encodes it in Base64 format, providing a random password.

utilities [kb:213]