Skip to content

HugoByte/keygen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keygen

Description

This project is a go library used to generate the keystore containing your private key and public key.

Prerequisites

Keygen requires you to Download and install GoLang onto your local machine.

Setup

You can generate your encrypted keystore in the following way

Clone the Repository

Clone the git repository using

git Clone https://github.com/HugoByte/keygen.git

Usage

Build the library

Build the library

go build

This will build the binary required for your keystore.

screenshot

alt text

Generate

You can run the keygen command with the following flags and its required arguments.

Set a password for your keystore using the -p flag

keygen generate -p <your_password> -o <Output filepath / Output Filename>

screenshot

alt text

Decrypt

You can decrypt the library files only using your password

keygen decrypt -f <file_name> -p <your_password>

screenshot

alt text

License

Licensed under Apache-2.0

About

A Keystore generator library written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages