Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QR Code from screenshot #7

Open
FireCubeStudios opened this issue Aug 30, 2022 · 7 comments
Open

QR Code from screenshot #7

FireCubeStudios opened this issue Aug 30, 2022 · 7 comments
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed

Comments

@FireCubeStudios
Copy link
Owner

Does anyone know a library to read QR codes from images (not taken from camera). QR Screenshots can be pasted in or uploaded from image

@FireCubeStudios FireCubeStudios added enhancement New feature or request help wanted Extra attention is needed labels Aug 30, 2022
@FadeMind
Copy link

@FireCubeStudios
Copy link
Owner Author

I see thanks for sharing this

@FireCubeStudios FireCubeStudios self-assigned this Aug 30, 2022
@CeruleanDerpo
Copy link

2fast directly opens snipping tool to scan any QR on screen, it is open source, so you can see how it works.
https://github.com/2fast-team/2fast

@FireCubeStudios
Copy link
Owner Author

wow its uwp too interesting

@AlexVallat
Copy link

See also: https://sourceforge.net/p/twofactorqrcodereader/code/ci/master/tree/

That grabs QR codes visible on screen (to KeePass, but wouldn't be hard to adapt the code for use here)

@FireCubeStudios FireCubeStudios moved this to Todo in Protecc 2.0 Sep 4, 2022
@FireCubeStudios
Copy link
Owner Author

Thanks. This is being worked on

@FireCubeStudios
Copy link
Owner Author

2fast directly opens snipping tool to scan any QR on screen, it is open source, so you can see how it works. https://github.com/2fast-team/2fast

I checked and it looks like they have a key uri parser which will help in #4 and this issue. I need to implement #4 before I can do this as all apps seem to export via this method
https://github.com/2fast-team/2fast/blob/6016b6c3368ac17a786e1ccce7deeaad358d9bab/Project2FA.Core/Services/Parser/Project2FAParser.cs#L19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

4 participants