Skip to content

bentonporter/keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keys

A simple tool for generating random API and secret key pairs.

Getting Started

  1. Get and build the code

    $ git clone [email protected]:bentonporter/keys.git
    $ cd keys
    $ mvn clean install
    
  2. Run it

    $ ./generate
    

This will print out a randomly generated pair of keys:

{
  "apiKey": "i8MksrUzkpYUFVNd",
  "secretKey": "JXIWFiMluQ4gF3goAue/UX92cK/prPZC06SnLJ093VQ="
}

About

Simple tool for generating API and secret key pairs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published