Summary: | installation HBCI | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Hartmut Rau <zarau> |
Component: | onlinebanking | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ralf.habacker |
Priority: | NOR | ||
Version: | 4.8.2 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | 4.8.3,5.0.6 | |
Sentry Crash Report: |
Description
Hartmut Rau
2018-09-21 07:11:37 UTC
Chipcard support depends on aqbanking. They states at https://www.aquamaniac.de/sites/aqbanking/overview.php The backend AqHBCI currently supports these security media: DDV chipcard (DES-DES-Verfahren) RSA chipcard (RSA-DES-Hybrid, cards sold by Matrica) OpenHBCI keyfile (either OpenHBCI 1 or 2) PIN/TAN (PIN/TAN mode using HTTP over SSL) For the record: aqbanking uses libchipcard for chip card reader support. libchipcard itself depends on pcsc. At least on linux (opensuse) there is a plugin for the mentioned chip card reader (https://build.opensuse.org/package/show/openSUSE%3AFactory/pcsc-cyberjack), so I think it could work with kmymoney. I have tried to find public information about the state of libchipcard support for Windows, but have unfortunately found nothing meaningful (except that winscard.dll is used), so here probably just trying helps. As support I can add libchipcard to the next Windows version of KMyMoney. In the delivery are then command line tools like cardcommander.exe chipcard-tool.exe moneycard.exe kvkcard.exe memcard.exe with which you can safely try it out. You may try the kmymoney windows snapshot located at http://download.opensuse.org/repositories/windows:/mingw:/win32:/snapshots/openSUSE_Leap_42.3/noarch/mingw32-kmymoney-portable-4.8.4ed579e8-17.1.noarch.rpm Unpack with 7z and open a command shell in the bin folder. Then run cardcommander or chipcard-tool. To be able to have chip card support with kmymoney on windows you need to start the SmartCard Service as Administrator. libchipcard package has been added to the installer and portable package. libchipcard has been added to kmymoney5 installer packages at https://build.opensuse.org/package/view_file/windows:mingw:win32/mingw32-kmymoney5/mingw32-kmymoney5-installer.spec?expand=0 https://build.opensuse.org/package/view_file/windows:mingw:win64/mingw64-kmymoney5/mingw64-kmymoney5-installer.spec?expand=0 and will be available after rebuild and with 5.0.6 release. |