Skip to content

Instantly share code, notes, and snippets.

@alexrios
Created September 14, 2019 18:10
Show Gist options
  • Save alexrios/c03f0f831478d2a66b6745c0e28bf3d9 to your computer and use it in GitHub Desktop.
Save alexrios/c03f0f831478d2a66b6745c0e28bf3d9 to your computer and use it in GitHub Desktop.
with openssl
#!/usr/bin/zsh
# 100 bytes
totalBytes=100
for i in $totalBytes
do
time openssl rand -out test_file_$i.txt $i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment