danielmarschall/oidconverter
Composer 安装命令:
composer require danielmarschall/oidconverter
包简介
OID/DER converter
README 文档
README
Current version: 1.3+viathinksoft12
Functionalities
- Encode absolute OID in dot-notation (
"2.999.1234") into Hex-String ("06 04 88 37 89 52") - Encode absolute OID in dot-notation (
"2.999.1234") into C-Hex-String ("\x06\x04\x88\x37\x89\x52") - Encode absolute OID in dot-notation (
"2.999.1234") into C-Array ({ 0x06, 0x04, 0x88, 0x37, 0x89, 0x52 }) - Encode relative OID in dot-notation (
"1234") into Hex-String ("0D 02 89 52") - Encode relative OID in dot-notation (
"1234") into C-Hex-String ("\x0D\x02\x89\x52") - Encode relative OID in dot-notation (
"1234") into C-Array ({ 0x0D, 0x02, 0x89, 0x52 }) - Decode Hex-Notation (
"06 04 88 37 89 52"or"\x06\x04\x88\x37\x89\x52"or{ 0x06, 0x04, 0x88, 0x37, 0x89, 0x52 }) into dot-notation ("2.999.1234")
Acknowledgements
Object ID converter by Matthias Gärtner, 06/1999. Converted to plain 'C' 07/2001.
Heavily improved version by Daniel Marschall, ViaThinkSoft June-July 2011.
Translated from C to PHP by Daniel Marschall, ViaThinkSoft.
September 2022: Synchronized to upstream version 1.3 (added -c argument).
License
Work of original author: "Freeware - do with it whatever you want. Use at your own risk. No warranty of any kind."
Work of Daniel Marschall (PHP): Licensed under the Apache 2.0 license
danielmarschall/oidconverter 适用场景与选型建议
danielmarschall/oidconverter 是一款 基于 C 开发的 Composer 扩展包,目前已累计 265 次下载、GitHub Stars 达 3, 最近一次更新时间为 2022 年 09 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 danielmarschall/oidconverter 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 danielmarschall/oidconverter 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 265
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2022-09-06