lesspassgo

module
v0.0.0-...-ecb58e0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2020 License: MIT

README

LessPassGo Build Status GoDoc Go Report Card

Password generator implemented in Go based on LessPass.

Now support v1 and v2.

Install

$ go get -u github.com/tuxlinuxien/lesspassgo/...

CLI

Usage
NAME:
   lesspassgo - LessPass password generator CLI.

USAGE:
   lesspassgo [options]

AUTHOR:
   Yoann Cerda <tuxlinuxien@gmail.com>

COMMANDS:
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --site value               
   --login value              
   --password value           
   --counter value, -c value  (default: 1)
   --length value, -L value   (default: 16)
   --version1, --v1           
   --upper, -u                
   --lower, -l                
   --numbers, -n              
   --symbols, -s              
   --help, -h                 show help

Server

API compatible with LessPass web-browser plug-in. Users and passwords are stored into sqlite3 database.

NAME:
    lesspassgo-server - LessPass password server.

USAGE:
    lesspassgo-server [options]

AUTHOR:
    Yoann Cerda <tuxlinuxien@gmail.com>

COMMANDS:
    help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
    --db value              (default: "./user.db") [$DB_PATH]
    --host value            (default: "0.0.0.0") [$HOST]
    --port value, -p value  (default: 1314) [$PORT]
    --disable-registration  [$DISABLE_REGISTRATION]

License

Licensed under the MIT License.

Directories

Path Synopsis
cmd
core
v1
Package v1 provides core functions to build LessPass password.
Package v1 provides core functions to build LessPass password.
v2
Package v2 provides core functions to build LessPass password.
Package v2 provides core functions to build LessPass password.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL