Skip to Content
0
Dec 16, 2020 at 02:24 AM

Detect malicious code in base64 image

244 Views Last edit Jun 22, 2021 at 11:28 AM 2 rev

I created an app that has a function to upload images (this works fine) but now they (the client) want to make the app secure that's why want to encode the image or maybe scan my images base64 before i send to sap to avoid malicious code in the base64 . I tried to encode when i take the picture but i got an error be cause the app freezes and the request neved come to sap (i think it's be cause the odata check this base64 i'm not sure) but i need some ideas :c