Created
October 28, 2022 01:48
-
-
Save alexleone/a0641a225f59244afc1a3bb3398f3844 to your computer and use it in GitHub Desktop.
[Generate secure random string via Openssl] #openssl #random #salt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Base64 string 20 char legth | |
openssl rand -base64 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment