AES256 algorithm in Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

AES256 algorithm in Java

How do I encrypt an image using the AES256 algorithm in Java

6th Jun 2019, 8:20 AM
Montathar Alassady
Montathar Alassady - avatar
1 Answer
+ 1
Convert the image file to byte array and then use the AES256 encryption https://stackoverflow.com/questions/3211156/how-to-convert-image-to-byte-array-in-java
7th Jun 2019, 2:45 PM
Stoyan Todorov
Stoyan Todorov - avatar