Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
Stack Overflow 上有几个答案,例如 AES CTR 256 加密模式OpenSSL 上的操作
如果您不知道CBC 和朋友们都是关于,我建议要么阅读它,要么使用包装库。 OpenSSL 的级别相当低,因此,如果您不知道自己在做什么,那么使用包装器库可能不仅会提高工作效率,而且还会以正确的方式做事。
There are several answers on Stack Overflow, e.g. AES CTR 256 Encryption Mode of operation on OpenSSL
If you don't know what CBC and friends are all about, I would suggest either reading up on it, or using a wrapper library. OpenSSL is fairly low level, so if you don't know what you are doing, you will probably be not only more productive with a wrapper library, but also do things the correct way as well.