Difference between revisions of "SHA"

From PKC
Jump to navigation Jump to search
(Created page with "SHA stands for [https://en.wikipedia.org/wiki/Secure_Hash_Algorithms Secure Hash Algorithm]. It is a way to encode data with an asymmetric data encoding function. There are ma...")
 
Line 2: Line 2:


=A Shattered SHA-1 Function=
=A Shattered SHA-1 Function=
It is public knowledge that Google had cracked [[SHA-1]] and presented a website called:[https://shattered.io] to disclose their findings. You can even test if your document encoded using SHA-1 has [[name collision]]s or not.
It is public knowledge that Google had cracked [[SHA-1]] and presented a website called:[https://shattered.io shattered.io] to disclose their findings. You can even test if your document encoded using SHA-1 has [[name collision]]s or not.

Revision as of 13:13, 21 January 2022

SHA stands for Secure Hash Algorithm. It is a way to encode data with an asymmetric data encoding function. There are many implementations of this class of algorithms, generally known as SHA-0,SHA-1,SHA-2,SHA-3.

A Shattered SHA-1 Function

It is public knowledge that Google had cracked SHA-1 and presented a website called:shattered.io to disclose their findings. You can even test if your document encoded using SHA-1 has name collisions or not.