Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将一个转换NSString成某种加密格式,然后也解密它,但问题是我使用的是 php web 服务,我也关心我使用的方法是否受支持。
NSString
所以我想要一些在objective-c和php之间都支持或兼容的方法。我的字符串在服务器上,所以我想转换它们。
提前致谢:-)
RNCryptor github链接
我在这个库上取得了很好的成功,你只需调用encryptData:你想要的任何选项,然后decryptData稍后再取回它。有关详细信息,请参阅 github 页面以及 RNCryptor.h 和 .m,如果您想实际了解正在发生的事情。
encryptData:
decryptData