Skip to content

steven/Cakephp-2.0.Component-Crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

Cakephp 2.0 Encryption component. Encypts and decrypts URL friendly strings based on the apps salt key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages