keepassrfid icon indicating copy to clipboard operation
keepassrfid copied to clipboard

Linux compatibility

Open Maxhy opened this issue 8 years ago • 8 comments

  • [x] Move to LibLogicalAccess SWIG wrapper instead of LibLogicalAccess COM wrapper.
  • [ ] Create KeePass plgx for Windows x86, Windows x64, Linux x86, Linux x64 embedding LibLogicalAccess native libraries.

Maxhy avatar Jun 21 '16 05:06 Maxhy

Hi, is this currently working on Ubuntu 16.04 64bit? i havent tried it out as yet. but would like to confirm first as i see the last commit was 16 May 2016

ghost avatar Jan 28 '17 00:01 ghost

Hi @2SI3NX ,

The project has been moved to SWIG wrappers so normally by building https://github.com/islog/liblogicalaccess (or using the ubuntu packages) and find out how to make swig wrapper correctly detect the liblogicalaccess library.

There is some research here to do. If you are willing to do it, I can help if you have questions.

Liryna avatar Jan 28 '17 06:01 Liryna

@Liryna thanks. Have you correctly gotten Keypass to communicate with a NFC reader and unlock your .kdbx file?

I want to use ACR122 reader to successfully create a key and be able to unlock .kdbx What are the steps taken to do this if you have done this before.?

  1. build or use ubuntu packages of liblogicalaccess.
  2. Do i have to build keepassrfid after that?
  3. Where is the plugin exactly to import into Keepass?

ghost avatar Jan 28 '17 11:01 ghost

@2SI3NX Oh I just seen that the swig repository is no longer on github 😢 I dont know how can it be done for ubuntu so

Liryna avatar Jan 28 '17 11:01 Liryna

@Liryna if i follow this instructions: https://github.com/islog/liblogicalaccess/wiki/Install-LibLogicalAccess After i install that, what are the necessary steps to integrate with Keepass and ACR122?

ghost avatar Nov 30 '17 20:11 ghost

manque de bol, la doc indique Ubuntu Xenial , mais il n'y a plus que Zesty ! :-( est-ce ça vaudrait le coup de migrer de xenial à zesty rien que pour tester la compatibilité avec une clef U2F ? j'en doute ...

krominet avatar Jan 08 '18 11:01 krominet

Hi @krominet ,

Liblogicalaccess is now available for zesty. Otherwise, U2F is not RFID.

Liryna avatar Jan 10 '18 09:01 Liryna

This move to LibLogicalAccess SWIG is done. We now need proper release (both for binaries and nuget package) of LLA SWIG with official Linux build support (it is now technically possible but not properly implemented on the build process).

Maxhy avatar Jan 10 '22 15:01 Maxhy