mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
18
Wiki-OcttKB/tiddlers/Normal/_Hashing.tid
Normal file
18
Wiki-OcttKB/tiddlers/Normal/_Hashing.tid
Normal file
@@ -0,0 +1,18 @@
|
||||
created: 20230711110503152
|
||||
creator: Octt
|
||||
modified: 20231220005057044
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Hashing
|
||||
|
||||
<<^wikipediaframe "Hash function">>
|
||||
|
||||
<<^wikipediaframe MD5>>
|
||||
|
||||
* [[Generate md5 checksum for all files in a directory|https://askubuntu.com/questions/318530/generate-md5-checksum-for-all-files-in-a-directory]] --- `find -type f -exec md5sum "{}" + > checklist.chk`
|
||||
|
||||
MD5 nowadays is known much vulnerable to collisions:
|
||||
|
||||
* [[Are there two data blocks causing and MD5 collision?|https://crypto.stackexchange.com/questions/1434/are-there-two-known-strings-which-have-the-same-md5-hash-value]]
|
||||
** [[MD5 Collision Demo|https://www.mscs.dal.ca/~selinger/md5collision/]]
|
||||
** [[Create your own MD5 collisions|https://natmchugh.blogspot.com/2015/02/create-your-own-md5-collisions.html]]
|
Reference in New Issue
Block a user