Secure way of masking out sensitive information in screenshots? [duplicate]

This question already has an answer here:

As a guy working in security/pentest, I regularly take screenshots of exposed passwords/sensitive information. Whenever I report these, I mask parts or complete info as in the sample given below

test_image

I often wonder, is it possible for someone to ‘reverse engineer’ these pics and recover the original information? If so, what should be the correct way of masking such kind of info?

I am using shutter for taking screenshots and using accompanied edit tool to add the black stroke.

EDIT:

As pointed out by some of you, my question is different from this since:

  • I am not asking about MS paint/black strokes. The image is just an
    example to better explain the question
  • I have clearly asked for the correct/most secure way of producing
    photographic evidence.

Continue reading Secure way of masking out sensitive information in screenshots? [duplicate]

to Edit TPVD(Tri – Pixel value difference) image steganography from 2×2 to 3×3 matrix

i want to modify TPVD matrix from 2×2 to 3×3 but how i can change ??? matrix g

g=a(1+x:2+x,1+y:2+y);

g=double(g);
d0=g(1,2)-g(1,1);
d1=g(2,1)-g(1,1);
d2=g(2,2)-g(1,1);
lk=[0 8 16 32 64 128];
uk=[7 15 31 63 127 255 ];

Continue reading to Edit TPVD(Tri – Pixel value difference) image steganography from 2×2 to 3×3 matrix

A secured file upload platform to integrate with my server – does kind exist? [on hold]

I’m reading for awhile on securing my web-file-upload system and thinking on building one my own, but – does one already exist? A secured file upload system that is able to integrate with my own current system? It can be paid and none-paid one.

I am currently using the Spring MVC functionality for uploading files (my purpose is mostly uploading .jpegs) , but could not find it to contain any security measures and looks like I have to implement it all by my own.

Counting this: How can I be protected from pictures vulnerabilities? and this: https://www.owasp.org/index.php/Unrestricted_File_Upload

But instead of writing my own right now, it seemed to me like a basic well-known functionality -> does there exist any library/module/service that is able to integrate my java based backend WHICH is fully SECURED?

Continue reading A secured file upload platform to integrate with my server – does kind exist? [on hold]