What is SHA? What is the difference between SHA-1 and SHA-256

314 views

I commonly see SHA-256 or SHA-1 on virus tests on malware but I don’t really know what it means. what is the number mean after the – and how are all of them different?

In: 3

7 Answers

Anonymous 0 Comments

It’s a cryptographic hash function, it basically assigns a unique but seemingly random number to anything you give the function

so for example you can take the sha 256 of a program and if someone has the same number it means they have the same program without sending everything

SHA 1 the secure hash algorithm version 1, generated a 160 bit number, however it’s pretty old and people have figured out that it is possible to trick it and forge a file that has the same sha1 as another file, which means it’s not as secure

SHA 256 generates a 256 bit number and it’s considered very secure and basically impossible to tamper with

You are viewing 1 out of 7 answers, click here to view all answers.