News Feed
Jobs Feed
Sections




News Archive
Hasin Hayder's Blog:
RSA Encrypting and Decrypting data with Zend_Crypt_Rsa Library
September 12, 2011 @ 11:17:08

Hasin Hayder has recently posted a tutorial to his blog showing how to use the Zend_Crypt_Rsa library for encrypting/decrytping data in a Zend Framework application.

Public/private key based encryption is very popular because of the strength it sets in encryption, specially above 1024 bits. Now there are external library to encrypt data using RSA encryption like RSA in phpclasses.org - the fun is we were also using this library in one of our ZF based project. But last week I've found that there is a hidden gem in the Library/Zend/Crypt folder (Zend_Crypt_Rsa) which can do the same thing using openssl library.

He couldn't find much in the way of documentation for the component, so he wrote up how to use it in three easy steps:

  • Create your RSA public/private key using ssh-keygen
  • Encrypt data using your public key
  • Decrypt the cipher

The Zend_Crypt_Rsa makes it simple to encrypt/decrypt the data, just taking in a passphrase, a path to the RSA key file and the message contents.

0 comments voice your opinion now!
zendcryptrsa encrypt decrypt zendframework tutorial


blog comments powered by Disqus

Similar Posts

Evan Coury: Creating a simple view helper in Zend Framework 2

Spindrop.us: Digg-style AJAX comment editing in PHP/symfony

Ruslan Yakushev's Blog: How to install PHP PEAR and phploc on Windows

William Durand: REST APIs with Symfony2: The Right Way

Juan Treminio's Blog: Getting Started with Kohana 3 (series)


Community Events









Don't see your event here?
Let us know!


language tool unittest interview zendframework2 object introduction event release development community code api framework example functional testing podcast opinion composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework