Skip to content

Encryption and decryption in php.(DES,3DES,IDEA,RC2,RC4,RSA,DSA,AES,BLOWFISH)

Notifications You must be signed in to change notification settings

lcp0578/php-crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

PHP Cryptology

$encrypt = PHPDES::encrypt($key, 'lcpeng'); $decrypt = PHPDES::decrypt($key, $encrypt);

About

Encryption and decryption in php.(DES,3DES,IDEA,RC2,RC4,RSA,DSA,AES,BLOWFISH)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages