Skip to content

Simple password generator for basic authentication based applications

License

Notifications You must be signed in to change notification settings

razorcorp/passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple password generator for basic authentication based applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages