Top "Md5" questions

Cryptographic hash function with a 128-bit (16-byte) hash value.

How to calculate a hash for a string (url) in bash for wget caching

I'm building a little tool that will download files using wget, reading the urls from different files. The same url …

bash md5 wget
What pool of characters do MD5 and SHA have?

Does MD5 and SHA only contain alphanumeric characters? (i.e., from A to Z and 0 to 9, or do they exclude …

hash cryptography md5 sha
How to encode md5 sum into base64 in BASH

I need to encode md5 hash to base 64. The problem is that if give output of md5sum command to …

bash md5 base64
What kind of hash algorithm is used for Hive's built-in HASH() Function

What kind of hashing algorithm is used in the built-in HASH() function? I'm ideally looking for a SHA512/SHA256 hash, …

hive md5 hashcode sha256
Is it ok to remove the equal signs from a base64 string?

I have a string that I'm encoding into base64 to conserve space. Is it a big deal if I remove …

python base64 md5
How do I assess the hash collision probability?

I'm developing a back-end application for a search system. The search system copies files to a temporary directory and gives …

language-agnostic md5 probability estimation
shorter php cipher than md5?

For a variety of stupid reasons, the maximum length of a given form variable that we are posting to an …

php variables encryption cryptography md5
What's the shortest pair of strings that causes an MD5 collision?

Up to what string length is it possible to use MD5 as a hash without having to worry about the …

math cryptography md5 hash-collision
What is the clash rate for md5?

What's the probability for the clash for the md5 algorithm? I believe it is extremely low.

security hash cryptography md5 hash-collision