<? include("Cryptor.php"); echo Cryptor::Crypt("mypassword", "myseed"); ?> OUTPUTS a MD5 STRING with selected SEED.
info at phpclasses dot org