horsicq / DIE-engine

DIE engine
MIT License
2.29k stars 317 forks source link

change md5 as default hash type #65

Closed qux-bbb closed 2 years ago

qux-bbb commented 2 years ago

DIE use md4 as default hash type.
hash_method
In many times, people want to get md5 value. Also, the shape of md4 and md5 are similar, and someone maybe copy a md4 value rather than md5 value.
So is it possible to change md5 as default hash type?

horsicq commented 2 years ago

Good idea. Thanks. I will make it

horsicq commented 2 years ago

Fixed. MD5 is default now,