Skip to content

Instantly share code, notes, and snippets.

@sfyumi
Created June 24, 2019 06:24
Show Gist options
  • Save sfyumi/4aba1a089737ca91b4fe99c6beea4c48 to your computer and use it in GitHub Desktop.
Save sfyumi/4aba1a089737ca91b4fe99c6beea4c48 to your computer and use it in GitHub Desktop.
随机密码
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