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

Fill in one-time passwords (TOTP and HOTP) #96

Open
BennyAckermann opened this issue Mar 6, 2023 · 2 comments
Open

Fill in one-time passwords (TOTP and HOTP) #96

BennyAckermann opened this issue Mar 6, 2023 · 2 comments

Comments

@BennyAckermann
Copy link

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?

@RoelVB RoelVB changed the title Feature Request: Fill in one-time passwords (TOTP and HOTP) Fill in one-time passwords (TOTP and HOTP) Mar 8, 2023
@RoelVB
Copy link
Owner

RoelVB commented Mar 8, 2023

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.

@BennyAckermann
Copy link
Author

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).

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

2 participants