Skip to content

justmedusty/keymaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

the-keymaker-holding-a-key-in-the-matrix-reloaded-3975335721

How to Build and Use

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.

Cypher

This tool is meant to be used as a pair with my cypher OTP tool located here : https://github.com/justmedusty/cypher

About

Simple linux based random & urandom polling tool for key generation. It outputs the keys in hex fashion and is meant to work hand in hand with my other tool ,cypher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors