Skip to content

bbriano/fixhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fixhash finds x where hash(x) matches /regex/.

EXAMPLE
	% fixhash -f sha256 -o '^beef'
	beefbbb0325821642581973307b13c6bfbbdfb9b9d68c17256f456f568e1eeb8    heyziuouo
	% echo -n heyziuouo | shasum -a 256
	beefbbb0325821642581973307b13c6bfbbdfb9b9d68c17256f456f568e1eeb8  -

INSTALL
	$ go install github.com/bbriano/fixhash

About

Fixhash searches for an input to a hash function such that the output matches some pattern.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages