Browsing Author

Christian Beikov

This author has yet to write their bio.
Author Feed

Creating a Crypter Class

Creating a Crypter Class with PHP

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.