有没有好的可可库同时包含 salt 和 IV AES 加密?

发布于 2024-12-07 07:19:08 字数 128 浏览 0 评论 0原文

我刚刚完善我的加密工具,但我注意到我缺少盐,这对于使加密更安全很重要。我正在使用一些内置的可可方法,但它们都不包括。我不想从头开始写这个,因为很难做到正确。是否有任何好的可可库包含用于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡笑忘祈一世凡恋 2024-12-14 07:19:08

是的,Rob Napier 已经编写了这样的实现

对于解密,你必须自己编写:

我将把解密方法留给读者作为练习。它几乎是相同的,真正理解这段代码是个好主意,而不仅仅是复制它。

Yes, Rob Napier has written such an implementation.

For decryption, you'll have to write that yourself:

I will leave the decrypt method as an exercise for the reader. It’s almost identical, and it’s a good idea to actually understand this code, not just copy it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文