navneet83 / Cross-platform-AES-encryption

Basic cross platform AES encryption
Apache License 2.0
320 stars 152 forks source link

I can not find the .h file in your code #3

Closed gusheng1987 closed 9 years ago

gusheng1987 commented 10 years ago

I wonder where I can find the StringEncryption.h and the NSData+Base64.h, thank you very much.

shadowbooker commented 10 years ago

Looks like he put the StringEncryption classes inside the main .h and .m file...

I am testing the code out to see if those two files are what were referenced or not. The Base64 classes are:

https://code.google.com/p/mobile-reflections/source/browse/trunk/Pulsev10/Classes/NSData%2BBase64.h?r=2

https://code.google.com/p/mobile-reflections/source/browse/trunk/Pulsev10/Classes/NSData%2BBase64.m?r=2

renatosc commented 9 years ago

Same problem here. Cannot compile because Xcode doesn't find both files. Thanks Michael for the links for the NSData+Base64.

About the StringEncryption.h, he changed the filename to CryptLib but didn't update the code. So, just replace StringEncryption for CryptLib (or do the opposite, rename the filenames from CryptLib .h .m to StringEncryption .h .m) and it should work.

navneet83 commented 9 years ago

Thank you for reporting these issues. I'll fix these and update the code!

navneet83 commented 9 years ago

Fixed this one.