Hacker News new | ask | show | jobs
by roland35 886 days ago
Yikes! This an unusual exploit since it both has an absolutely massive impact (literally access to everything on SharePoint and Outlook??), with a relatively straightforward vector (just looking at client side JavaScript).

One nit: I'd rather see people redact sensitive data with solid blocks instead of blurs in screenshots. Can't be too careful!

1 comments

I think nowadays the blur feature just makes it look blurry, but it's not the actual original text being blurred.
How are we to know if someone didn't just use an affine transform? This is another place where ignorance could result in security leaks.
Yeah I'm not fucking around with that. Solid block of black removes the guesses. (Caveats for layered documents like PDFs).
I like to convert to transparent png, cut the area I need removed, use background color (eg black) to indicate that something was removed, and export to jpg.
Programs should have explicit "secure censor" operations.
That would be interesting to read about