Encrypt a password easily with BCrypt using Docker
442
Encrypt a password easily with BCrypt using Docker and Apache htpasswd
Initiates a prompt for the password to be hashed (the password is hidden from view when typed)
docker run --rm -it westwater/bcrypt [-r ROUNDS] [-p PASSWORD]
options:
-r : Rounds (defaults to 10)
-p : Supply the password as an argument instead
Distributed under the MIT license
Content type
Image
Digest
Size
4.1 MB
Last updated
over 6 years ago
docker pull westwater/bcrypt