danielmarschall/oidconverter 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

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 我们能提供哪些服务?
定制开发 / 二次开发

基于 danielmarschall/oidconverter 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 265
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 12
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • 开发语言: C

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2022-09-06