Swelio on GitHub

The source code of Swelio library – the freeware Belgian eID cards access library is available now on GitHub:

https://github.com/perevoznyk/swelio-sdk

In case you are interested in signing PDF documents using Belgian eid card – check Swelio-PDF project: https://wordpress.com/post/perevoznyk.wordpress.com/637

 

C# Zip library

After the announcement about closing Codeplex, I moved my C# Zip library to GitHub: https://github.com/perevoznyk/karna-compression

Many of today’s applications require the capability of extracting certain files from a ZIP archive, either onto the hard disk or into memory.

Info-ZIP is an Open Source version of Phil Katz’s “deflate” and “inflate” routines used in his popular file compression program, PKZIP. Info-ZIP code has been incorporated into a number of third-party products as well, both commercial and freeware. It offers two dynamic link libraries: one for zipping, and one for unzipping.

The Info-ZIP DLLs are free to use and distribute, but they are designed to be used in C/C++ projects, so they’re not really .NET-friendly. Also, the Info-ZIP package contains almost no documentation showing how to use the Info-ZIP DLLs.

Therefore, I decided to write a small C# wrapper that provides all the required data types and functions in order to give the possibility to work with the Info-ZIP API.

More information about the Info-ZIP project can be found on Info-ZIP’s home site: www.info-zip.org.

 

Swelio 1.5 – Freeware Belgian eID card SDK

The new release of Swelio – freeware Belgian eID card SDK is available for download.

Whats new in this release:

* Fixed some bugs in C++ code
* Updated C++ documentation
* Added Delphi documentation
* Added Microsoft .NET binding

The C# source code of the .NET binding included. The library supports AnyCPU, x86 and x64 projects. It is compatible with .NET Framework 2.0 – 4.5 and tested with all Windows versions starting from Windows XP.
The provided assembly was compiled for .NET Framework 2.0 using Microsoft Visual Studio 2008, but the project can be easily upgraded to the more recent versions of the .NET Framework and Visual Studio. It was done to cover more possible configuration, because the downgrade of the Visual Studio project is not possible. The sample project is also provided.

Please leave your comments or write a review to help me improve the quality and functionality of the Swelio SDK. If you found a bug – please report it to me using the contact form. The future requests from the active testers will be treated with higher priority.

Download Swelio SDK

Introducing Swelio – new library for Belgian eID cards

The freeware Belgian eID cards access library called Swelio is available for download: https://github.com/perevoznyk/swelio-sdk

Features

  • No external dependencies
  • x32 and x64 versions
  • All functions have Unicode and Ansi version
  • Simple to use, easy to embed in any programming language
  • C#, C++ and Delphi SDK with samples and documenation are included
  • Works in Windows XP – Windows 10
  • Provides more than 200 different functions
  • QR codes generation
  • Export card data to XML
  • Multiple readers support
  • Exports photo in different graphical formats
  • No eID Middleware required
  • Hash functions and encryption supported
  • Check of the pin code
  • Can create and verify digital signatures
  • Many other useful things…
  • Additionally, you can use Swelio to sign PDF documents using Belgian eid card: https://github.com/perevoznyk/swelio-pdf
  • EIDNative library version 3.0 is released

    EIDNative – the Belgian eID card access library version 3.0 is available for download: http://sdrv.ms/1jsEPAc
    Now it supports x64 and x32 Windows and can be used from Windows XP to Windows 8. This is the last release of the EIDNative library and it will be not updated in the future, because I made the new more advanced and powerful library for reading electronic id cards and the new library will replace EIDNative.

    Quricol 2.0 – QR Code generator

    The version 2.0 of Quricol – the open source freeware QR code generator library is available for download. 

    Downloadhttp://users.telenet.be/ws36637/download/quricol.zip Based on qrencode library version 3.4.2

    • Added Visual Studio project file and external libraries for easy rebuild of quricol.dll. This was asked by Carlos GutierrezAdded possibility to specify the background and foreground colors of the image
    • Removed reference to qrencode.h from quricol.h header file. Now you have to include only one header file to your C++ project
    • Updated Delphi library, included new demo project
    • Compatible with Ansi and Unicode Delphi versions
    • Can be used with 32 and 64 bit Delphi projects
    • Updated Delphi documentation

    GitHub: https://github.com/perevoznyk/quricol

    Krento becomes Open Source

    The time has come for KRENTO to be released as open source.You can find the source code on Google Code site: https://github.com/perevoznyk/krento
    After 4 years of hard work I understood that I can’t continue the development of such a big project alone. I hope that other developers will show the interest of giving the boost to this project.
    More information about Krento project is available on http://users.telenet.be/serhiy.perevoznyk/krento.html

    Quricol – QR code generator library

    Quricol is an open source freeware QR code generator library for C++, Microsoft .NET and Delphi based on qrencode – QR Code encoder by Kentaro Fukuchi.The library contains methods to save the generated image to Bitmap or PNG file or generate images on-fly and save it to the stream. Both 32 and 64 bits compiled versions available along with source code.

    Download: http://users.telenet.be/ws36637/download/quricol.zip

    A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional code).

    GitHub: https://github.com/perevoznyk/quricol