RoelVB / ChromeKeePass

Chrome extensions for automatically filling credentials from KeePass/KeeWeb

Home Page:https://chrome.google.com/webstore/detail/chromekeepass/dphoaaiomekdhacmfoblfblmncpnbahm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fill in one-time passwords (TOTP and HOTP)

eatsmarter-benny opened this issue · comments

Currently I open KeePass manually and use the new keyboard shortcut [Ctrl]+T for the 'Copy Time-Based OTP' entry data command.

Can this be automated and integrated with detecting OTP fields after the password field?

commented

I do want to add support for OTP in the future. But the currently used KeePassHttp does not support OTP and probably never will, because it's not maintained anymore.
In the future CKP should get support for KeePassNatMsg, which does support OTP. So after that we can add support for OTP.

But before we get there:
I've largely rewrite CKP and I'm currently working on automated testing. Those automated tests should make CKP more reliable and easier to add new features.
After that I want do add functionality to be able to easily fill fields that CKP didn't detect (this will especially helpful for entering OTPs).
When that's all done we can work towards supporting OTP.

That sounds nice, thank you for the information. Looking forward to that roadmap.

OK for the time being I will keep using the manual approach then (opening the interface and copying and pasting the token myself).