rubl
Crazy Mango Extraordinaire
The wondering type
Posts: 23,997
Likes: 9,333
|
Post by rubl on Feb 25, 2017 13:38:30 GMT 7
How to really, securely authenticate, that's the question. Mind you, in some restricted environment I just started using MD5 "Announcing the first SHA1 collision Cryptographic hash functions like SHA-1 are a cryptographer’s swiss army knife. You’ll find that hashes play a role in browser security, managing code repositories, or even just detecting duplicate files in storage. Hash functions compress large amounts of data into a small message digest. As a cryptographic requirement for wide-spread use, finding two messages that lead to the same digest should be computationally infeasible. Over time however, this requirement can fail due to attacks on the mathematical underpinnings of hash functions or to increases in computational power. " security.googleblog.com/2017/02/announcing-first-sha1-collision.html
|
|
|
Post by Soutpeel on Feb 27, 2017 15:43:44 GMT 7
Can you write all that out again English please ?
|
|
rubl
Crazy Mango Extraordinaire
The wondering type
Posts: 23,997
Likes: 9,333
|
Post by rubl on Feb 27, 2017 16:27:12 GMT 7
Can you write all that out again English please ? Of course, of course my dear chap. When you download freedos FD12CD.iso you get some checksums to check the downloaded copy is 'unchanged'. freeDOS gives three different checksums md5sum d5584871b0e35bc1d6656dce9eb4af51 FD12CD.iso sha256sum 6c7f6aad72ab16c592e879367d1ed463047e3b7c94e1828e1ddadb680d461bc3 FD12CD.iso sha512sum aaca553054fd2a4d1d89d38d445a49c7bb4bfdcf658f641751fb185bf4b8b23098f176768bf7e74afd0f2e5e50c0f2d353056f396df43c4b1675669b619da67a FD12CD.iso With enough computing power md5sum / sha256sum can no longer give you an absolute guarantee the goodie is the original goodie. With sha512sum it's still 99% or so. Mind you with some older PCs calculating a sha512sum on a 400MB file may take a while ...
|
|
Deleted
Deleted Member
Posts: 0
Likes:
|
Post by Deleted on Feb 27, 2017 18:40:59 GMT 7
|
|
siampolee
Detective
Alive alive O
Posts: 14,464
Likes: 9,309
Member is Online
|
Post by siampolee on Feb 27, 2017 19:27:51 GMT 7
Whatever happened to simple maths?
|
|
rubl
Crazy Mango Extraordinaire
The wondering type
Posts: 23,997
Likes: 9,333
|
Post by rubl on Feb 27, 2017 23:35:26 GMT 7
Whatever happened to simple maths? Now please pay attention, I'll only say this once. We started with multiplication tables 14 classes before. Now we're into slightly more intricate math. Here the RFC defining MD5. Call me when you're through with it and I'll give you SHA256 www.ietf.org/rfc/rfc1321.txtPS for homework use the description in the RFC as source for your own md5sum and generate an executable for your preferred O.S. Try it for both 32-bit and 64-bit OS versions. PPS it's doable. I already made my own version for SCO UNIX 3.2V4.2, Tru64 UNIX, HP-UX. If I'm in the mood I will try VS Express 2013 for a windows version and MSC6.0 for a 16-bit DOS 5/6.22 version
|
|