Closed gusheng1987 closed 9 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:
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.
Thank you for reporting these issues. I'll fix these and update the code!
Fixed this one.
I wonder where I can find the StringEncryption.h and the NSData+Base64.h, thank you very much.