December 09, 2002 (THE INTERNET) The OpenHBCI Development Team proudly announces the release of OpenHBCI 0.9.4, the world's first free Open Source implementation of the German home banking standard HBCI.
HBCI is a bank-independent standard that defines the communication between an arbitrary finance application and any arbitrary HBCI-capable bank server. Roughly half of the banks in Germany offer home banking access through HBCI. The OpenHBCI library enables programmers of finance applications to seamlessly integrate HBCI functionality into their programs, without having to know anything about HBCI details. HBCI business actions, like for example statement retrieval, bank transfer initiation or issuing of debit notes, can easily be invoked through very few lines of application program code.... read more
OpenHBCI is the world's first free Open Source implementation of the
German home banking standard HBCI.
This version 0.9.2 fixes bugs in the communication with Deutsche Bank
servers, which now works fine. Note that all releases in the 0.9.x
series are still beta and not recommended for usage in a production
environment. Nevertheless the development team encourages testers from
all over Germany to try the HBCI functionality and provide feedback from
as many banks as possible.... read more
This is the first beta version of the new merged project. It seems to be stable so we decided to release this version.
openhbci seems to be stable, it still lacks some functionality, though.
But it basically does all you need to manage an HBCI account.
openhbci now compiles and runs under FreeBSD, Linux and Windows (cygwin and mingw32).
since the API is now quite static and the library seems to be stable we decided to release this first version.
Since it lacks some functionality we still call it alpha.
It supports getting turnover, balance, transfer money etc.
To make real use of it you should download AqMoney (http://aqmoney.sf.net), too.
Hi, I just tested it, and it seems that DDV mode now works with real accounts, too !!
Well, it was a long, long way ;-)
Changing to version 0.3 we have now support for both security modes offered by HBCI:
You can now either verify the "Ini-Brief" that was sent to you by your bank or create the "Ini-Brief" for your own public signature key.
Well, "create" means that you can get the data, printing is up to you and your application;-)
now the 3 basic functionalities are implemented: getting the balance, the turnover and transfering money from one account to another.
querying the account-balance form the institute now works. this way, you get information about the booked and the noted balance. some institutes also tell you something about your bank line etc.
now signing a messages also works. from now on, we can concentrate on implementing the transfers and turnover-requests etc. signing was a bitch due to the fact that you get nearly no information about some f*ng iso-standards - however, it is done!
openHBCI now compiles as a library. Thanks to Martin Preuss, who is also a developer on openHBCI from now on.
gcc 3.0 is now also supported. up 'til now, it did not compile because of missing /using namespace std;/
initial version of the api and the programming manual are uploaded to http://openhbci.sourceforge.net
encrypting messages and submitting my public rsa-keys now also works
verifying the signature of the institute's response now works