Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 900 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 900 Bytes

PassGen

Simple BCrypt based tool for generating hashed passwords for basic authentication compatible applications.

Table of Contents

  1. Installation
    1. Sub Heading
  2. Build
    1. Current OS
    2. Specific OS
  3. License
  4. Author

Installation

Sub Heading

Notes

Build

Build for current OS

go install github.com/praveenprem/passgen

Build for specific OS

env GeOOS=OS-NAME GOARCH=Arch go install github.com/praveenprem/passgen

# I.E

env GeOOS=linux GOARCH=amd64 go install github.com/praveenprem/passgen

License

Authors