Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 736 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 736 Bytes

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)