定制 tonicforhealth/dukpt 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tonicforhealth/dukpt

最新稳定版本:v2.0.3

Composer 安装命令:

composer require tonicforhealth/dukpt

包简介

Derived unique key per transaction (ANSI X9.24 part 1)

README 文档

README

License Packagist Build Status Code Coverage Scrutinizer Code Quality SensioLabsInsight

In cryptography, Derived Unique Key Per Transaction (DUKPT) is a key management scheme in which for every transaction, a unique key is used which is derived from a fixed key. Therefore, if a derived key is compromised, future and past transaction data are still protected since the next or prior keys cannot be determined easily. DUKPT is specified in ANSI X9.24 part 1.

Installation using Composer

$ composer require tonicforhealth/dukpt

Usage

<?php use TonicForHealth\DUKPT\Device\PinEncryptionDevice; use TonicForHealth\DUKPT\DUKPTFactory; $cipherText = '160954FE1071D30C5CF260C5AC48EB5FBEFE37B32033E3B7EF693F8C6AB1BBD6276446FB3689728B926D923CD9ECCD522B6DE5850FD9AB2D7976D943C12CDC947E023098CAAE4F6D'; $device = new PinEncryptionDevice(new DUKPTFactory()); $device->load('0123456789ABCDEFFEDCBA9876543210', 'FFFF9876543210E00008'); $plainText = $device->decrypt($cipherText); // %B4124939999999990^TEST/TESTCARD^19129015432139614567891234567890? 

Articles

统计信息

  • 总下载量: 6.07k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固