A simple tool for generating random API and secret key pairs.
-
Get and build the code
$ git clone [email protected]:bentonporter/keys.git $ cd keys $ mvn clean install
-
Run it
$ ./generate
This will print out a randomly generated pair of keys:
{
"apiKey": "i8MksrUzkpYUFVNd",
"secretKey": "JXIWFiMluQ4gF3goAue/UX92cK/prPZC06SnLJ093VQ="
}