Skip to content

IMGM/Class-Crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Class-Crypt

is a Object Oriented PHP code optimized for Security

//$connect = new Crypt();

//$connect->getMcryptInfo();

//$connect->encryptWithCrypt("stringHere");

//$connect->encrypt("it encrypts");

//$connect->decrypt("it decrypts");

//$connect->encryptOneWay("stringHere");

//$protect->encryptWithMhash("password");

//$protect->encryptWithS2K("password", "key", "4"); //encrypts in fixed size with binhex()

About

is a Object Oriented PHP code optimized for Security

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors