Top "Sha" questions

SHA (Secure Hash Algorithm) is a family of digest algorithms (i.e. cryptographic hashes), i.e. checksum functions that are hard to forge.

Is MD5 less secure than SHA et. al. in a practical sense?

I've seen a few questions and answers on SO suggesting that MD5 is less secure than something like SHA. My …

security hash md5 sha
Fast hash function with collision possibility near SHA-1

I'm using SHA-1 to detect duplicates in a program handling files. It is not required to be cryptographic strong and …

performance hash sha murmurhash
Shortest hash? MD5 / SHA . First chars, git

I need hash function. Users will be write these hash to computer so hash should be short. I will have …

git hash md5 sha
Is it okay to truncate a SHA256 hash to 128 bits?

MD5 and SHA-1 hashes have weaknesses against collision attacks. SHA256 does not but it outputs 256 bits. Can I safely take …

hash md5 sha256 sha
How to verify that the source code is copied from web

I am building a web tool to check whether the submitted content is taken from web or is it submitter …

security checksum sha code-access-security
is SHA-512 collision resistant?

According to the books that i have read, it says that S.H.A(Secure Hash Algorithm) is collision resistant.…

cryptography collision sha sha512
Creating signed URLs for Google Cloud Storage using NodeJS

I'm trying to create a signature for a privately stored file in Google Cloud Storage; so that I can distribute …

node.js google-cloud-storage sha
oclHashcat SHA256 Line Length Exception

I am running this command in my Windows cmd: oclHashcat.exe -m 1400 hash.txt My hash is: $5$JLj/jsZd$hOjXUxfucZeTUYE/…

linux hash sha sha256 ocl
Fix Chrome notification about obsolete encryption in IIS8.5 and SQL Server 2012

I am trying to configure IIS 8.5 on Windows 2012 R2 so that I do not get the notification from Chrome that …

google-chrome iis encryption sha
Google Maps API Key in release build doesn't work

I'm currently developing an application for Android and I'm using Google Maps API. In developer console, I added my SHA1 …

android google-maps certificate key sha