Skip to content

TwistedHardware/mkpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkpass

This is both a CLI tool and a go (golang) library for generating secure passwords based on EFF diceware algorithm.

package main

import (
    "github.com/twistedhardware/mkpass"
    "fmt"
)

func main() {
    fmt.Println(mkpass.GenerateDicewarePassword(5))
}

To use this as a CLI tool, first, you need to install it:

go install github.com/twistedhardware/mkpass/cmd/makepass@v0.2.0

Then you can generate a password:

makepass

About

Go (golang) Password Generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages