Skip to content

bidease/pwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Hash Generator

Docker-based tool for generating password hashes in bcrypt and sha512 formats.

Repository

GitHub: github.com/bidease/pwd

Build

Local Build

# Build for current platform
make build
# Build for multiple platforms (AMD64 and ARM64)
make build-multiarch

Docker Hub

Pre-built image is available on Docker Hub:

docker pull bidease/pwd

Usage

Generate bcrypt hash

make bcrypt

Or

docker run --rm -it bidease/pwd bcrypt

Generate sha512 hash

make sha512

Or

docker run --rm -it bidease/pwd sha512

Requirements

  • Docker
  • Make (for using Makefile commands)

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published