Skip to content

Instantly share code, notes, and snippets.

@phoorichet
Created September 1, 2020 03:53
Show Gist options
  • Save phoorichet/f5687910d8635be839053cba1f8705f6 to your computer and use it in GitHub Desktop.
Save phoorichet/f5687910d8635be839053cba1f8705f6 to your computer and use it in GitHub Desktop.
Generate Random Bytes
#!/bin/bash
openssl rand -base64 <desired length>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment