Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
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
Posted
Updated 21-Aug-18 5:27am

Quote:
How to encrypt image with AES algorithm?
Possibly using a library.

Quote:
How much is the size difference (increase/decrease)after encryption?
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).

Quote:
Is it possible to perform encryption with java script ?
Yes, using, precisely, a library, see for instance, this Stack Overflow question: "Javascript AES encryption"[^].
 
Share this answer
 
Comments
Member 12190653 15-Dec-15 1:28am    
how to encrypt an image using AES algorithm in c#?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900