phpbar.de logo

Mailinglisten-Archive

[php] Blowfish

[php] Blowfish

Alexander Wagner php_(at)_phpcenter.de
Thu, 31 May 2001 01:59:54 +0200


Thorsten Holz wrote:
> blowfish ist eine Verschlüsselung - md5 nur ein "message digest", der
> aus einem gegeben Text einen 128-Bit Hashwert erzeugt...
> md5 kann also eingesetzt werden, um die Authentizität eines Dokuments
> zu überprüfen und so sicherzustellen, dass nix verändert wurde.
> blowfish hingegen verschlüsselt den kompletten Text...

Hier ein auszug aus dem Manual, beschreibung der Funktion crypt():

<quote>
On systems where the crypt() function supports multiple encryption types, the 
following constants are set to 0 or 1 depending on whether the given type is 
available: 

  CRYPT_STD_DES - Standard DES encryption with a 2-char SALT 

  CRYPT_EXT_DES - Extended DES encryption with a 9-char SALT 

  CRYPT_MD5 - MD5 encryption with a 12-char SALT starting with $1$ 

  CRYPT_BLOWFISH - Extended DES encryption with a 16-char SALT starting with 
$2$ 
</quote>

Deswegen hab ich md5 in einem Atemzug mit Blowfish genannt.

Gesundheit
Wagner

-- 
On a Swedish chainsaw:
Do not attempt to stop chain with your hands or genitals!


php::bar PHP Wiki   -   Listenarchive