Skip to content

A small Windows/Linux utility which lets you create a random hex string with n bits of entropy, while using your mouse.

Notifications You must be signed in to change notification settings

Ch1ffr3punk/mouse_entropy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

mouse_entropy

A small Windows/Linux utility which lets you create a random hex string with n bits of entropy, while using your mouse.

Compile with:
$ x86_64-w64-mingw32-gcc -o mouse_entropy.exe mouse_entropy_windows.c -lcrypt32
or:
gcc -o mouse_entropy mouse_entropy_linux.c -lX11 -lcrypto

About

A small Windows/Linux utility which lets you create a random hex string with n bits of entropy, while using your mouse.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages