Skip to content

Instantly share code, notes, and snippets.

@artembeloglazov
Created December 3, 2015 14:06
Show Gist options
  • Save artembeloglazov/161c8798b550f56674e0 to your computer and use it in GitHub Desktop.
Save artembeloglazov/161c8798b550f56674e0 to your computer and use it in GitHub Desktop.
Генерация пароля в bash
date +%s | sha256sum | base64 | head -c 32 ; echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment