<div dir="ltr"><div><div><div><div>Hi,<br></div>I need to create python implementation of blowfish algorithm similar to <a href="http://php.net/manual/en/function.crypt.php">PHP's crypt</a> with CRYPT_BLOWFISH algorithm. Is that possible? I went through docs and I am not sure what arguments for pycrypt's implementation of blowfish stand for.<br></div>What I would love to achieve is something like <br></div>PHP: crypt(string, salt) == Python: Crypto.Cipher.Blowfish(string, salt)<br><br></div>Any help appreciated.<br clear="all"><div><div><div><div><div><div><br>-- <br>Michal Zimmermann (zimmi) <br>WWW: <a href="http://www.zimmi.cz" target="_blank">http://www.zimmi.cz</a>
</div></div></div></div></div></div></div>