+ 1
AES256 algorithm in Java
How do I encrypt an image using the AES256 algorithm in Java
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