eID.Chat

To demonstrate the possible use of eID in Windows applications, I created a small client/server application. This application contains a central server, which listens on a certain port for possible clients. After a client connects, it has to authenticate with the user’s eID card. The server then validates the certificate and checks if it is in the list of allowed users to connect.

If everything is valid, the client can connect and chat with other clients. Every message send to the server is signed by the client and validated, making sure each message arriving at the server originated from that user. The server then extracts the username from the certificate and uses this to broadcast the message to the other clients. Ultimately, this means users only have to insert their eID card, enter their PIN and are safely chatting away with others.

The steps used to authenticate a client are as follows:


  • The client asks for a logon.
  • The server sends a random challenge back to the client and remembers this value.
  • The client signs this challenge and sends the signed challenge back to the server along with its certificate.
  • The server first validates if the serial number of the certificate is in the database of allowed serials, otherwise the client gets denied.
  • After this it validates if the certificate is still valid. If it is expired or revoked, it denies the client.
  • The server takes the public key from the certificate and verifies the signature of the client.
  • If the signature is valid, the client is really who he claims to be, and is allowed to logon. The client certificate is stored to be used for future communication verification and to extract the client’s name to include in the broadcasted communication.
These steps can be implemented with CAPICOM or WSE in C# to provide authentication with eID.

3 Comments

  • I can't wait to have mine!

  • So much for surfing the net anonymously :/

  • For most people in Belgium the price for the eID-card is too high. And almost noone is using the card for internet deals like E-commerce or something like safe eID-chat. You can read the stats for yourself at Telenet or Chat.be.

    The VRT news, "Zevenuurjournaal", said: "The people don't like to pay the extra price for it..... " and the people in Belgium dont buy much on the internet, E-commerce, compared with their neighbours  . "  

Comments have been disabled for this content.