Giter Site home page Giter Site logo

pinblock's Introduction

PIN block library

License: LGPL-2.1

This project is an implementation of the ISO 9564-1:2017 PIN block formats. It is intended to be shared by software projects that perform PIN processing related to card payment processing.

Note that this is not intended to be a standalone project. It is intended to be an object library that can be added to other projects as a submodule. The object library has hidden symbol visibility such that it is not exposed as part of the API of other projects.

Dependencies

Usage

This CMake project can be added to CMake parent projects using the CMake add_subdirectory() command. When this project is added to a parent project, the test subdirectory is not added automatically. Parent projects can add the test subdirectory manually if the tests are of interest to the parent project. However, note that the test subdirectory requires the CMake CTest module and that the tests will only be built when the BUILD_TESTING option is enabled (CTest enables it by default).

An example of adding this project to a parent project would be:

add_subdirectory(pinblock)
add_subdirectory(pinblock/test)

Roadmap

  • Consider implementing other proprietary PIN block formats like those of Docutel ATMs, Diebold/IBM ATMs, Mastercard PNPL, Visa PIN change, etc.

License

Copyright 2022 Leon Lynch.

This project is licensed under the terms of the LGPL v2.1 license. See LICENSE file.

pinblock's People

Contributors

leonlynch avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.