Top "Md5" questions

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

How do I create an MD5 Hash of a string in Cocoa?

I know SHA-1 is preferred, but this project requires I use MD5. #include <openssl/md5.h> - (NSString*) …

objective-c cocoa hash md5
google maps api for android, getting SHA1 cert instead of MD5

when i try to get the MD5 fingerprint using keytool, I get a SHA1 fingerprint instead and the google maps …

android google-maps md5 sha1 fingerprint
Security & Authentication: SSL vs SASL

My understanding is that SSL combines an encryption algorithm (like AES, DES, etc.) with a key exchange method (like Diffie-Hellman) …

encryption ssl md5 kerberos sasl
MD5 Hash and Base64 encoding

If I have a 32 character string (an MD5 hash) and I encode it using Base64, what's the maximun length of …

hash cryptography base64 md5 cryptographic-hash-function
php: number only hash?

In php is there a way to give a unique hash from a string, but that the hash was made …

php hash md5 numbers short
Check if string is an MD5 Hash

I accidentally stopped hashing passwords before they were stored, so now my database has a mix of MD5 Passwords and …

php hash md5
Creating an md5 hash of a number, string, array, or hash in Ruby

I need to create a signature string for a variable in Ruby, where the variable can be a number, a …

ruby md5 digest
OpenCV 3.0 Trouble with Installation

I need OpenCV3.0 since it supports some new functions which I need. I used the following code for installation (I …

opencv installation cmake md5 checksum
How to use CC_MD5 method in swift language

in Objective-c, we can hash a string like this: const char *cStr = [someString UTF8String]; unsigned char result[16]; CC_MD5( …

md5 swift
Reasons why SHA512 is superior to MD5

I was wondering if I could reasons or links to resources explaining why SHA512 is a superior hashing algorithm to …

cryptography md5 hash sha512