11

Tip #143   Generate random data

Use `openssl rand <bytes>` to generate random data.

openssl rand 32

 
  • TAGS: