Skip to content

A small C library to manage keys and decrypt/encrypt data with DUKPT

License

Notifications You must be signed in to change notification settings

aleksander0m/libdukpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libdukpt

libdukpt is a small C library that allows performing key generation as well as encryption and decryption operations using the DUKPT key management scheme.

Building

options and dependencies

The basic dependencies to build the libdukpt project are openssl and gtk-doc (only if building from a git checkout).

On a Debian based system, the dependencies may be installed as follows:

$ sudo apt-get install libssl-dev gtk-doc-tools

configure, compile and install

$ NOCONFIGURE=1 ./autogen.sh     # only needed if building from git
$ ./configure --prefix=/usr
$ make
$ sudo make install

License

This project is licensed under the LGPLv2.1+ license.

  • Copyright © 2017 Zodiac Inflight Innovations
  • Copyright © 2017 Aleksander Morgado [email protected]

About

A small C library to manage keys and decrypt/encrypt data with DUKPT

Resources

License

Stars

Watchers

Forks

Packages

No packages published