Top "Md5" questions

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

Swift Calculate MD5 Checksum for Large Files

I'm working on creating the MD5 Checksum for large video files. I'm currently using the code: extension NSData { func MD5() …

ios swift md5 checksum commoncrypto
What hash algorithms are parallelizable? Optimizing the hashing of large files utilizing on multi-core CPUs

I'm interested in optimizing the hashing of some large files (optimizing wall clock time). The I/O has been optimized …

hash md5 parallel-processing sha1 checksum
SQL Server Management Studio: How to edit MD5 value

I have table [user], created in SQL Server Management Studio, with this structure: id int PRIMARY NOT NULL login varchar(255) …

sql-server sql-server-2008 hash md5 sql-server-2008-express
Importing MD5+Salt Passwords to MD5

I'm moving my site from an oscommerce store to a commercial application. The new application stores its passwords using straight …

php import passwords md5 oscommerce
diff files comparing only first n characters of each line

I have got 2 files. Let us call them md5s1.txt and md5s2.txt. Both contain the output of …

linux comparison diff md5 md5sum
How to reuse an instance of hashlib.md5

How do you flush (or reset) and reuse an instance of hashlib.md5 in python? If I am performing multiple …

python md5 hashlib
MD5 Message Digest Java

I'm trying to convert two strings from an String List into MD5 message digests. My String List is called "usernamepassword". …

java md5 message-digest
How could I write a Perl script to calculate the MD5 sum of every file in a directory?

Is there any way to write a Perl script to calculate the MD5sum of every file in a directory? …

perl unix md5 md5sum
How to create encrypted hash passwords for drupal 7

After searching over internet I came to know that With drupal 7, password are no more encrypted through md5. What are …

drupal cryptography passwords md5 cryptographic-hash-function
How to programmatically build an APR1-MD5 using PHP

Much like this question I want to generate an htpasswd file entry from PHP. However it needs to be the …

php apache md5 mod-dav-svn