bpellin / keepassdroid

KeePass implementation for android
http://www.keepassdroid.com
Other
1.38k stars 346 forks source link

Android O #191

Open ghost opened 7 years ago

ghost commented 7 years ago

As you probably heard, Android O DP1 is out. There's an autofill framework in it, which seems to be aimed specifically at password managers. Examples of it can be found here: https://github.com/googlesamples/android-AutofillFramework

Do you plan on implementing this, and if so, how? I would see this be quicker and more convenient than copy-pasting everything

guerda commented 7 years ago

Good idea. In addition to that, it might be even more secure, as access to the clipboard does not require any permission. So evil apps could monitor the clipboard constantly and phish passwords copied from KeePassDroid (for more documentation, see https://github.com/twaddington/Android-Clipboard-Monitor )

nolaviz commented 7 years ago

A competing idea is in issue #208 - implementing the OpenYOLO specification.