Skip to content

Instantly share code, notes, and snippets.

@randria
Created March 15, 2023 15:16
Show Gist options
  • Save randria/b8052939b76b70227619423add58b08a to your computer and use it in GitHub Desktop.
Save randria/b8052939b76b70227619423add58b08a to your computer and use it in GitHub Desktop.
bcrypt-cli output on docker
docker run -it --rm golang:1.17 bash -c "go install github.com/bitnami/bcrypt-cli@v1.0.2 &> /dev/null && echo -n secret | bcrypt-cli"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment