Skip to content

ujweng/AES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AES

AES for Objective-C,PHP and Android

Php Encryption $value = "example"; $key = "A262B453cE794b0E"; //16 Character Key echo Security::encrypt($value, $key);

Android Decryption Security.decrypt(val,"A262B453cE794b0E");

Objective-c Decryption [AES128Encrypt AES128Decrypt:val key:@"A262B453cE794b0E"];

About

AES for Objective-C,PHP and Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published