+ 3
How can i encrypth an image? And which language do you reccomend? Python, C++ or What?
5 odpowiedzi
+ 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.
+ 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
+ 1
I will look into It, thank you faby GT !
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 😉