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 , | 2 Comments

SugarCRM :: Email Campaign Issues

Recently, I had to work on an existing sugarcrm code with zero knowledge on SugarCRM. As a result I had to face some problems when I was working with “Email Campaign”. I thought I would share all issues I faced … Continue reading

Posted in Friends, PHP | Tagged , , , | Leave a comment

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

Posted in CakePHP, For me, PHP | Tagged | 4 Comments