Skip to content

woondroo/EncryptAndDecrypt_php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

EncryptAndDecrypt_php

A simple encrypt and decrypt algorithm example achieved by php.

How to use?

define('KEY','pricate_key');

$str = 'any string';
$strEncrypt = Crypt::encode( $str , KEY )

$strDecrypt = Crypt::decode( $strEncrypt , KEY )

About

A simple encrypt and decrypt algorithm example achieved by php.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages