/genesiskey

Genesis Key genereates a SECURE secret key for your applications

Primary LanguageGoMIT LicenseMIT

GENESIS KEY (cli)

Go

Genereate a SECURE secret key for your applications

1 - Run the Executable Binary file and type the Encoding Method:

STD or RAW

You can also type std or raw!

2 - After selected the encoding type, it will return a BASE 64 String:

example: examplew2gOu4z8bncpeArCOsBfnlhhI+ZL7L5N16zanekoHgl/WX9DXtLqsiqJiAjFSYwbuJk8HldFexample==

example for RAW encoding: exampleAfo0O10ah+rxmVs8xZj2XbwL9l+1LPaC/twadlBrmb2j3iROtR6pwcQqSEjuvpZGMYV3KrXU3Tgexample

3 - Now you can copy your new key by selecting the string and pressing:

ctrl + shift + c(linux)

ctrl + C(windows)