Some development projects I am working on. Most of it is considered "experimental".
| Project name | Language | Files | License | Docs | Description |
| pcsc-sharp |
C# |
pcsc-sharp/ |
BSD License |
Here (unfinished) |
PC/SC wrapper classes for .NET. Tested on Windows (winscard.dll) on 64bit Linux (PC/SC lite). Have a look into the Examples directory. |
| Mono-PCSClite |
C# |
Mono-PCSClite/ |
BSD License |
Here |
OBSOLETE (use pcsc-sharp instead) Mono (CSharp) wrapper for the PC/SC-lite library. If you want to use it with Windows you have to compile the classes with /define:WINDOWS |
| ubsec_ssb |
C |
bcm5365p/ |
BSD License and
GPL License |
README |
OCF-Linux driver for the BCM5365P IPSec Core (crypto accelerator). Supported algorithms: DES, 3DES, AES (128bit/192bit/256bit keys), MD5_HMAC and SHA1_HMAC. |
| gpgme-sharp |
C# |
gpgme-sharp/ |
LGPL License |
Here (unfinished) |
A alpha version of my GPGME (GnuPG Made Easy) bindings for .NET. Read the BUGS file inside the tarball and read at least the documentation for Context! Do not expect a ready-to-install library. Windows Users need the GPG4WIN distribution (tested with version 1.1.4). |