News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Using GnuPG with PHP
August 04, 2008 @ 14:32:56

The Zend Developer Zone has a new tutorial posted today showing how to use the open source encryption tool GnuPG from inside PHP.

While GnuPG works very well as a standalone tool, it also plays very well with PHP. This integration is possible due to PHP's ext/gnupg extension, which provides a flexible and powerful API to access GnuPG functions for encryption, decryption, message signing and verification, and key maintenance. And your mission (should you choose to accept it) will be to accompany me over the next few pages, while I give you a crash course in this API, showing you how easy it is to integrate these functions into your next PHP application.

The tutorial walks you through some of the basic concepts behind the "lock and key" GnuPG implements and how to get the extension installed so you can follow along. His examples range from a basic encryption of a string out to a full encrypt/decrypt example, how to sign information with a key and even a method for sending an encrypted message.

0 comments voice your opinion now!
gnupg tutorial extension key message file crypt encrypt decrypt


blog comments powered by Disqus

Similar Posts

DevBuilder: Building XML Web Services with PHP NuSOAP

NETTUTS.com CodeIgniter from Scratch Day 7: Pagination

DeveloperTutorials.com: Simple System Maintenance with PHP-CLI

NetTuts.com: Rapid Application Prototyping in PHP Using a Micro Framework

Zend Developer Zone: Object-relational mapping with Doctrine, Flash Builder, and PHP


Community Events









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


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

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