AES256 algorithm in Java | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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