HashPals / Name-That-Hash

🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 300+ other hashes ☄ Comes with a neat web app 🔥
https://nth.skerritt.blog
GNU General Public License v3.0
1.46k stars 103 forks source link

Run dos2unix to have homogeneous endlines #133

Open mikelolasagasti opened 2 years ago

mikelolasagasti commented 2 years ago

Converted by running find . -type f -print0 | xargs -0 dos2unix