Live data from Hacker News

A tool for recovering passwords from pixelized screenshots

github.com

111–120 of 130 posts

Re: A tool for recovering passwords from pixelized screenshots

#111
I tried this to get a feeling how practical this is.

It seems to me that this would only work in very rare situations. It needs some kind of pattern that is created with the same font. This pattern gets really large if you add a lot of chars (i.e. a-z already makes it huge).

I tried this with a really simple example (numbers only, cutting exact frame of pixelated image, same font for pattern) and it didn't produce any useful result.

TBH that doesn't look all that impressive. It's not a "throw pixelated image in here and get the unpixelated result" tool.

(It's still of course valid to make the point that pixelation can be insecure. It's of course very much possible that much better such tools - likely by throwing in some ML - are possible and may even exist in the hands of people who won't share them on github.)

Re: A tool for recovering passwords from pixelized screenshots

#112

Earlier quoted context omitted.

Your fear is one of the reasons I have z/x bound to 1 frame backwards/forwards in my editing software, it lets me quickly look for such issues. However, glitches in editing software can still rarely occur, so for very confidential footage I first censor it, render it out in an intermediary format, check the render to make sure it's 100% correctly censored and then use that rendered footage to continute editing. Also,…

Hi, I'm thinking of learning how to edit videos. What software do you use, and what is the best way to learn it, for someone who isn't a master at photo/video editing, but is a power user of computers generally?

YMMV but I used a free trial of Adobe Premiere Pro to learn the basic concepts for editing clips produced by my Nikon D850 DSLR. At work I had access to Premiere Elements and decided this was good enough for me, as a hobbyist, given that going with Pro would massively increase my existing monthly fee to Adobe. So I paid the one-off license fee for Elements.

I'm currently looking at BlackMagic's DaVinci Resolve, which has a quite well featured video and audio editing package for free. But 'all' the free version does is edit video clips. You have to pay for additional functionality. Premiere Elements, in contrast, has lots of useful things like creating/handling non-video assets such as text for titles and credits, loads of (sometimes cheesy) clip transitions, etc etc. Resolve may be okay if you hate Adobe.

You'll need something more sophisticated if you are targeting non-standard playback devices, or want to participate in collaborative workflows, or grade raw sensor clips (assuming you can get this data off your video device). As a real power user you might also want to look at ffmpeg, something I simply haven't had time to get my head round.

Again, YMMV.

[Edit] I consider myself an 'advanced' stills photographer, who is much happier using manual rather than auto settings. When I started with video, however, I quickly discovered how much I didn't know. For example, what is the relationship between the shutter speed of the camera and the frame rate of the video? This was helpfully ignored in the camera's manual, and took some googling to find out. Video autofocus is also pants, on the D850, for the type of wildlife and action photography I like (it always refocuses just as the bird lands). So I'm teaching myself to use manual focusing, just like they do in the movies. A video tripod head was also essential so I could pan, elevate and focus with only two hands rather than three.

Re: A tool for recovering passwords from pixelized screenshots

#113

Earlier quoted context omitted.

Hi, I'm thinking of learning how to edit videos. What software do you use, and what is the best way to learn it, for someone who isn't a master at photo/video editing, but is a power user of computers generally?

YMMV but I used a free trial of Adobe Premiere Pro to learn the basic concepts for editing clips produced by my Nikon D850 DSLR. At work I had access to Premiere Elements and decided this was good enough for me, as a hobbyist, given that going with Pro would massively increase my existing monthly fee to Adobe. So I paid the one-off license fee for Elements. I'm currently looking at BlackMagic's DaVinci Resolve, which…

> I'm currently looking at BlackMagic's DaVinci Resolve, which has a quite well featured video and audio editing package for free. But 'all' the free version does is edit video clips. You have to pay for additional functionality. Premiere Elements, in contrast, has lots of useful things like creating/handling non-video assets such as text for titles and credits, loads of (sometimes cheesy) clip transitions, etc etc.

The free version lets you create titles, animations, transitions and you get access to their after effects comparable tool for fancy animations as well as color grading and audio / video editing.

It's a very reasonable free offering. I use it all the time to edit podcasts. I want to use it for editing video too but I have issues with it adding artifacts to the rendered videos, I think it's because it doesn't like my 6 year old GTX 750ti.

Re: A tool for recovering passwords from pixelized screenshots

#114
post #111

I tried this to get a feeling how practical this is. It seems to me that this would only work in very rare situations. It needs some kind of pattern that is created with the same font. This pattern gets really large if you add a lot of chars (i.e. a-z already makes it huge). I tried this with a really simple example (numbers only, cutting exact frame of pixelated image, same font for pattern) and it didn't produce an…

> It needs some kind of pattern that is created with the same font.

If the goal is to de-pixelize some text in a public website (login form, username, phone, etc.) this is as simple as right click > inspect > input the sequence > screenshot.

Re: A tool for recovering passwords from pixelized screenshots

#115
post #70

Earlier quoted context omitted.

I feel like contrast enhancement or similar would be able to bring that back.

That’s also why they scan in b&w with a potato. Also has the side-effect of making many graphs/charts impossible to interpret.

> "with a potato"

This is either a typo or I want to know more about it.

Re: A tool for recovering passwords from pixelized screenshots

#116

Earlier quoted context omitted.

https://www.bbc.com/news/technology-41737248 > Two French hackers used their computer skills to reconstruct a blurred-out code on TV and claim bitcoins worth $1,000 (£760).

It was Bitcoin cash , so the 3 are worth, today, ~$1320. I think the hackers could have made more money if they got real jobs doing valuable work.

The money they _directly_ got out of this might not have been their only motivation.

Re: A tool for recovering passwords from pixelized screenshots

#117

Earlier quoted context omitted.

That’s also why they scan in b&w with a potato. Also has the side-effect of making many graphs/charts impossible to interpret.

> "with a potato" This is either a typo or I want to know more about it.

It's an Internet running Gag, if the quality of something produced by a technical product is bad, you might say: "Was this filmed/calculated/etc with a potato?"

https://www.google.com/amp/s/amp.knowyourmeme.com/memes/reco...

Re: A tool for recovering passwords from pixelized screenshots

#119
post #40
post #7

Earlier quoted context omitted.

> Why is pixelation preferable to a big black obliterating box? From a security perspective it has zero advantages, but I guess some people like the aesthetics? > To me, it seems like a lot of wasted time and effort and potential arms race between encoders and decoders and the risk of being exposed when you could just put a big black box over whatever you wish to obscure. There doesn't need to be an arms race, one ca…

Yep, just replace the original password for "password" and pixelate that, if it really must look like a real password. And make sure to never use "password" as a real password, but that's a different level of shooting oneself in the foot.

> replace the original password for "password" and pixelate that, if it really must look like a real password

Or replace the original password for "password" and leave it at that.

Re: A tool for recovering passwords from pixelized screenshots

#120
post #26

This kind of techniques have been discussed here many times. See for example: https://news.ycombinator.com/item?id=8078747 I think one of the reasons people use blurring/pixelation is that it looks nicer than black boxes. Wondering if it would make sense to build a tool that renders a pixelated version of lorem ipsum or something like that. It would be secure while also looking good.

The added benefit of this would be wasting the time of a would-be hacker
Post reply on HN