1000
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 15 May 2026
1000 points (99.2% liked)
Selfhosted
60210 readers
1019 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
Are you trying to use a passkey to unlock the database or for authenticating with other websites? KeePass can natively do TOTP. There's also plugins to do that. Including one that allows KeePass to be a native Windows 11 PassKey Provider.
For other websites, if I search for 'passkey' on the KeePass website feature list nothing comes up. Plugins in a password manager sketch me out a bit tbh lol
See here: https://keepass.info/help/base/placeholders.html#otp Also worth pointing out that most plugins are open source. You can read the source and compile them yourself, if you'd like.
This is for OTP not Passkeys it seems?
How do you go about loading plugins on the Android version for sync with your setup?
I don't usually use plugins on the Android version. I don't use the Android much, actually, just due to my use patterns. There's actually several different KeePass Android apps. KeePass is open source and the database format is documented. So anybody can make a program that uses the same database. The one I use is Keepass2Android, seems to be one of the popular ones. Looks like it also can natively generate TOTP. Apparently it has some sort of plugin system, but I've never needed to use it because it can pull my password database out of my Google Drive natively.
You need to specify what kind of passkey to be more specific. There's several different algorithms. HOTP and TOTP are very widely used. It's what Google Authenticator and the like use. If you have something very proprietary, like the old RSA keys, that probably can't be emulated by any software. Or they could, but you can't get the secret to be able to do that.