blob: 0ba08c2db22e8601836b866ef9b00c98c4cb4fce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
OpenHBCI -- the first free client-side implementation of the HBCI
specification.
HBCI is a bank-independent homebanking standard used by many German
banks. This publicly available protocol describes communication,
authentification, encryption, and business transactions taking place
between a homebanking applications and a bank's server. OpenHBCI
provides an object oriented library implementing the current
client-side HBCI specification. The library is written in C++, with C
wrappers also available. OpenHBCI provides the application programmer
with a high-level abstraction of almost all business transactions, so
that all HBCI details are totally encapsulated and do not need to be
bothered with.
WWW: http://openhbci.sourceforge.net
|