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

Brute force passcode #122

Closed
mssun opened this issue Sep 17, 2017 · 8 comments
Closed

Brute force passcode #122

mssun opened this issue Sep 17, 2017 · 8 comments

Comments

@mssun
Copy link
Owner

mssun commented Sep 17, 2017

Attackers can brute force the passcode, which is only 4 digits.

@raxod502
Copy link
Contributor

Agreed, see also #49.

@yishilin14
Copy link
Collaborator

I think we need a better open source passcode lock framework. And suggestions?

@neur0manc
Copy link

neur0manc commented Dec 22, 2017

Um, sorry for the uninformed (stupid?) question, but I'm instered in working on this:

Has anyone looked into the Security Framework from apple? If I intrepret the first image correctly it should be able to restrict application access and access to specific user secrets (like repo acces data and private key) with methods from that framework. If that's the case, this, and the issues #49 and #96 should be solvable with it.

I'm not part of the Swift and iOS developer community (yet), so maybe someone more informed can answer my question?

Thanks!

@yishilin14
Copy link
Collaborator

@ls42 I am not aware of this framework.

Issues #49 and #96 have been here for a really long time. We haven't found time to work on them yet. Looking forward to see a pull request.

@nathantannar4
Copy link

There is BiometricAuthenticator which leverages apples core security and prompts the user for the iOS system password for access

@yishilin14
Copy link
Collaborator

@nathantannar4 I am working on this. There is a new branch with usable but not fully tested features. Will try to merge the new branch into develop asap. :-)

@yishilin14
Copy link
Collaborator

Pass v0.3.1(12) supports longer passwords now! Feel free to give it a try. I will come back and close this issue a bit later. :-)

@mssun
Copy link
Owner Author

mssun commented Aug 16, 2018

The AppStore release has resolved this issue, and I'm closing this issue. Free feel to reopen it if you have further questions.

@mssun mssun closed this as completed Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants