crypto

Module providing cryptography algorithms.
This module is still in development.


methods



exended classes

String

crypto extend the String class to provide string encryption/decryption.

instance methods



Encrypters/Decrypters

The following encrypters/decrypters are available:
To add your own crydecs simply extend the String class with a method "decrypt_CrydecName" and "enccrypt_CrydecName"
where CrydecName is the name of your encrypter/decrypter.
calling "someString".encrypt(yourCrydecName) will call that crydec method and pass all additional parameters passed to encrypt/decrypt to that method.


requirements

There are no special requiremens.