+ 3

How can i encrypth an image? And which language do you reccomend? Python, C++ or What?

1st May 2018, 1:33 PM
Walter Perdan
Walter Perdan - avatar
5 Réponses
+ 2
thank you faby GT ! this is interesting and useful. But i would know if It exist a method to encrypth the file itself, in the way you can see the real Image only if you decrypth.
1st May 2018, 7:12 PM
Walter Perdan
Walter Perdan - avatar
+ 1
Walter Perdan I've seen the answer of stack overflow, but it seems like too easy to penetrate, if you want to do something really secure. I was thinking of something more like this https://github.com/ralphleon/JImageEncryptor more complex to penetrate. It is not blowfish (so there aren't infinite combinations) but it's AES, still really secure
2nd May 2018, 3:01 PM
faby GT
faby GT - avatar
+ 1
I will look into It, thank you faby GT !
2nd May 2018, 6:09 PM
Walter Perdan
Walter Perdan - avatar
0
Hi when I've to encrypt something (usually with firebase), I encrypt end-to-end the link to get the media. The best encrypting method is blowfish, and I use Java. Google to find how to encrypt, there are already built codes on GitHub 😉
1st May 2018, 2:33 PM
faby GT
faby GT - avatar