< HomePage
   <- Дневника

Добавяне на коментар

Събота, 13 Октомври 2007

Calculate MD5 hash

The MD4, MD5 and SHA-1 algorithms are secure hash functions. They take a string input, and produce a fixed size number - 128 bits for MD4 and MD5; 160 bits for SHA-1. This number is a hash of the input - a small change in the input results in a substantial change in the output. The functions are thought to be secure, in the sense that it would require an enormous amount of computing power to find a string which hashes to a chosen value. In others words, there's no way to decrypt a secure hash. The uses of secure hashes include digital signatures and challenge hash authentication. This document is a good introduction to hashes.

 Input
 Calculate 
 Result

By http://pajhome.org.uk/crypt/md5/. Преписвам от там скрипта защото много често ми се налага да презаписвам изгубени, променени и незнайно още как сбъркани пароли в MySQL бази данни.

[ Добави коментар ]
Добавяне на коментар
Не пишете nicknames, освен ако не се обръщам така към вас!
user@example.com
http://www.example.com/

Коментарът трябва да е на кирилица или на английски. Останалите се трият.

Запомни адреса и името ми, за да не го пиша следващия път

Valid XHTML 1.0! Valid CSS!