Project name: Yubikey Authentication for KeePass2
License: TBD
Description: Provides authentication using the challenge response mode of the Yubikey from Yubico. Also supports auto-locking of the database when the Yubikey is disconnected.
Platforms: .NET
Webpage:
http://sourceforge.net/projects/yubikeyauth-kp2/Tutorial: Soon.
==========================================================================
Hello,
I just started a project to enable KeePass2 to encrypt and decrypt the password database using the challenge-response mode. The plugin will add a KeyProvider and every time the database is saved, it uses a different key to encrypt it, key generated by HMAC-SHA1.
Currently, my only problem is the registration of the Yubico API as it requires admin rights.
The plugin is developed in C# so I must use the API. Is there any way not to register the API and get it to work or maybe to include the API in the project.
Here's the link to the SourceForge Project although there's not much yet:
http://sourceforge.net/projects/yubikeyauth-kp2/Thank you!