Creating a Crypter Class with PHPIn 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...