foofilers / pkcs11-gui

A smartcard manager (PKCS11)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pkcs11-gui

A smartcard manager (using libp11 library)

Development

sync git submodule

$> git submodule update --init #first time only
$> git submodule update

compile & install libp11

$> cd libp11
$> ./bootstrap
$> ./configure --prefix=/usr/
$> make
$> sudo make install

compile pkcs11-gui

QtCreator

Open QtCreator and open the pkcs11-gui/pkcs11-gui.pro project

Console

$> cd pkcs11-gui
$> qmake
$> make

About

A smartcard manager (PKCS11)

License:Apache License 2.0


Languages

Language:C++ 96.1%Language:QMake 2.9%Language:C 1.0%