Skip to content

phihag/java_hash_algo_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Java Hash algorithm search

Given just a salt and a hash, this utility program searches all Javas hash algorithms with all iterations counts.

(The performance is O(n²) for the iteration count, but CPUs are fast enough.)

About

Find out which hash algorithm is used by a Java program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages