gktool

command module
v0.0.0-...-2ead452 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

README

gktool

Cli tool to generate secure key

It's new version of gpwd except that It doesn't call API because it integrates an algorithme of generate of keys and some functions to ckeck strength of generation

Install

Golang 1.17 must be install to add gktool cli

Go ahead compile it yourself :

go install github.com/Ulrichinho/gktool@latest

It's compatible with macOs, linux and Windows

Usage

gktool [global options]
Global options
GLOBAL OPTIONS:
   --length value, -l value    define length of key (default: 16)
   --quantity value, -q value  define quantity of key (default: 1)
   --no-upper                  define if you don't want upper chars (default: false)
   --no-lower                  define if you don't want lower chars (default: false)
   --no-number                 define if you don't want number chars (default: false)
   --no-symbol                 define if you don't want symbol chars (default: false)
   --export, -e                export generate key(s) in file (default: false)
   --help, -h                  show help (default: false)
   --version, -V               print only the version (default: false)

Version

To see version :

gktool [-V | --version]

see CHANGELOG for more details about versions

Help

To have more help about this command type :

gktool [-h | --help]

License

The Apache License (APACHE) - see LICENSE for more details

Documentation

Overview

Copyright © 2021 Ulrichinho <grolhier.u@gmail.com> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Jump to

Keyboard shortcuts

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