Skip to content

Instantly share code, notes, and snippets.

@javiervivanco
Last active June 3, 2019 13:37
Show Gist options
  • Save javiervivanco/b6d300cdc1ae6d3a6de7517058623b4e to your computer and use it in GitHub Desktop.
Save javiervivanco/b6d300cdc1ae6d3a6de7517058623b4e to your computer and use it in GitHub Desktop.
random pass generator
#!/bin/bash
for i in $(seq 1 10);do openssl rand 14 -base64 ; done
# $HOME/.bash_profile
# alias random-pass='for i in $(seq 1 10);do openssl rand 14 -base64 ; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment