Encypts and decrypts a URL friedly string based on the apps salt key.
To work in CakePHP 1.3
Change
class CryptComponent extends Object
to
class CryptComponent extends Component
You will also need to change the name of the component from CryptComponent.php to crypt.php