generating random data with openssl
last updated: Mar 04, 2024
$ openssl rand -hex 10
7a233e9ad1d90218efbe
$ openssl rand -base64 16
ezjXL8yXmE1tj6zG3GyyxA==
$ openssl rand -hex 10
7a233e9ad1d90218efbe
$ openssl rand -base64 16
ezjXL8yXmE1tj6zG3GyyxA==