使用AES算法进行图像加密 [英] Image encryption with AES algorithm

查看:442
本文介绍了使用AES算法进行图像加密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



如何使用AES算法加密图像?

加密后的大小差异(增加/减少)多少钱?

是否可以使用java脚本执行加密?



提前感谢您的建议...... :)



--Avinash

Hi All,

How to encrypt image with AES algorithm?
How much is the size difference (increase/decrease)after encryption?
Is it possible to perform encryption with java script ?

Thank you for your suggestions in advance...:)

--Avinash

推荐答案

可能对你有用...... :)



http://www.c-sharpcorner.com/UploadFile / 1efd43 / aes-encryption-using-256-bit-encryption-key-and-iv-spec-para / [ ^ ]
may be it is useful to you...:)

http://www.c-sharpcorner.com/UploadFile/1efd43/aes-encryption-using-256-bit-encryption-key-and-iv-spec-para/[^]


引用:

如何使用AES算法加密图像?

How to encrypt image with AES algorithm?

可能使用库。



Possibly using a library.

Quote:

加密后的大小差异(增加/减少)是多少?

How much is the size difference (increase/decrease)after encryption?

没有任何显着差异(数据必须与编码块对齐,例如16个字节,因此您可能会遇到'块大小'的最大增加 - 1个字节)。



There would be no significative difference (data must be aligned to encription block, for instance 16 bytes, so you may experience a maximum increase of 'block size'-1 bytes).

引用:

是否可以使用java脚本执行加密?

Is it possible to perform encryption with java script ?

是的,准确地使用库,例如​​,请参阅此 Stack Overflow 问题:Javascript AES加密 [ ^ ]。

Yes, using, precisely, a library, see for instance, this Stack Overflow question: "Javascript AES encryption"[^].


这篇关于使用AES算法进行图像加密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆