有没有好的可可库同时包含 salt 和 IV AES 加密?
我刚刚完善我的加密工具,但我注意到我缺少盐,这对于使加密更安全很重要。我正在使用一些内置的可可方法,但它们都不包括。我不想从头开始写这个,因为很难做到正确。是否有任何好的可可库包含用于 AES 加密的盐和 IV?
感谢您的帮助
I am just polishing up my encryption tool, but I noticed I am missing the salt, which is importnat in order to make the encryption more secure. I am using some built in cocoa methods, but they don't include either. I don't want to write this from scratch because it would be hard to get right. Are there any good cocoa libraries out there that include salt and IVs for AES Encryption?
Thanks for the help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,Rob Napier 已经编写了这样的实现。
对于解密,你必须自己编写:
Yes, Rob Napier has written such an implementation.
For decryption, you'll have to write that yourself: