Category Archives: PHP
Decrypting blowfish password
Recently, I had to re-write an application’s backend which had shopping cart X-cart with smarty template engine. X-cart uses “blowfish“ algorithm to encrypt password. Good thing about this algorithm is, they allow decrypting the hashed password with a key value. So … Continue reading
Posted in CakePHP, PHP, Technology, Web
Tagged Blowfish Password Decryption, Decrypt blowfish password for cakephp
2 Comments
PDF On The Fly And E-mail From CakePHP
I have been trying to put interesting issues on my blog instead of documenting them. This has a few advantages, such as I can share my ideas and explain how I solve issues and I can also listen to what … Continue reading

