Skip to content

Primitive script to measure exhaustive search peformance - Crystal implementation

License

Notifications You must be signed in to change notification settings

fixtheclouds/exhaustive-search-crystal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exhaustive search

Requirements:

  • the script accepts MD5 hash
    • should validate MD5 format
    • possible to specify original string max length and character set
    • string max length argument is mandatory
    • original string is searched by comparing its hash with incoming MD5 hash
    • if a match is found, print out the result
    • if no match is found, report an error and exit

About

Primitive script to measure exhaustive search peformance - Crystal implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published