Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 382 Bytes

File metadata and controls

17 lines (9 loc) · 382 Bytes

CakePHP 2.0 Component for Encrypting and Decrypting a URL friendly string

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