Skip to content

AndrewChamp/encryption_decryption-cypher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

#Encryption / Decryption Cypher

Easy encrypt / decrypt class with unique key.

##How To Use

$cypher = new cypher('RANDOM_CODE_HERE');

$encypted = $cypher->encrypt('Some example text.');
//Output: 8sd72kjlasdjfklj23=

print $cypher->decrypt($encrypted);
//Output: Some example text.

About

Easy encrypt / decrypt class with unique key (aka SALT).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages