To build: git clone https://github.com/justmedusty/keymaker.git or download the source cd keymaker cmake . make (optional) sudo cp keymaker /bin
./keymaker num_bits quality(high/low)
high will poll /dev/random while low (not really low quality just lowER) will poll /dev/urandom
Keys are output with 0x prefix in hexademical format, meant to go hand in hand with my cypher OTP tool.
This tool is meant to be used as a pair with my cypher OTP tool located here : https://github.com/justmedusty/cypher
