2017년 7월 12일 수요일

encrypt images


Is it possible to encrypt and decrypt images in AI? With the AES extension or maybe some other way?

--
can you elaborate, why you need that?
the aes extension is only able to encrypt/decrypt text...
AESCrypt-Android

-- 
I only want these images to appear at certain point in the app. It would be "gamebreaking" if users could find them in the assets folder. These images give pretty huge clues to a tricky game

--
the folder /AppInventor/assets is created by the companion app and only available on your development device...

-- 
It is true but the assets can be found by decompiling the apk

--
what about downloading the images from the internet?

-- 
I thought about it, but are they "safe" in a folder?

--

the assets can be found by decompileing the apk

only if the device is rooted...


I thought about it, but are they "safe" in a folder?

no
alternatively keep your images in the internet and display them from there using the URL to the image

-- 

 These images give pretty huge clues to a tricky game
As a lower tech alternative, consider building the images at run time
on a canvas using a few sprites with smaller images to stamp onto 
the canvas, and repeated save-canvas operations to build up
the final image file, which you can delete when you are
done with it.

-- 

댓글 없음:

댓글 쓰기