Nettuts+ Author - Christian Beikov

PG

Visit Christian Beikov's Website

Christian Beikov is a Nettuts+ contributor who has published 1 tutorial(s) so far here. Christian Beikov's bio is coming soon!


Posts by Christian Beikov

Creating a Crypter Class

Creating a Crypter Class with PHP

Sep 25th in PHP by Christian Beikov
51

In this article I will explain how to create a PHP Class that will encrypt and decrypt any data with a given password. It is object programmed and uses existing PHP algorithms.

Continue Reading