返回顶部
e

encoding-toolkit编码工具包

Multi-format encoder, decoder, and hasher supporting Base64, Base64URL, Base32, Hex, URL-encoding, HTML entities, ROT13, Binary, and ASCII85. Also computes MD5, SHA-1, SHA-256, SHA-512, and SHA3-256 hashes. Can auto-detect encoding format. Use when encoding or decoding data, computing file or string hashes, converting between formats, or identifying unknown encoded strings. Triggers on "encode base64", "decode hex", "hash sha256", "what encoding is this", "url encode", "html decode", "convert to

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
207
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

encoding-toolkit

编码工具包

一体式编码器、解码器和哈希工具。支持9种编码格式和5种哈希算法,并具备编码自动检测功能。

快速开始

bash

编码


python3 scripts/encode_decode.py encode base64 Hello World
python3 scripts/encode_decode.py encode url hello world & goodbye
python3 scripts/encode_decode.py encode hex Hello

解码

python3 scripts/encode_decode.py decode base64 SGVsbG8gV29ybGQ= python3 scripts/encode_decode.py decode hex 48656c6c6f python3 scripts/encode_decode.py decode url hello%20world

哈希

python3 scripts/encode_decode.py hash sha256 my secret python3 scripts/encode_decode.py hash md5 test --all # 显示所有算法

自动检测编码

python3 scripts/encode_decode.py detect SGVsbG8gV29ybGQ=

列出所有支持的格式

python3 scripts/encode_decode.py list

从标准输入或文件读取

echo data | python3 scripts/encode_decode.py encode base64 --stdin python3 scripts/encode_decode.py hash sha256 --file secret.txt

支持的格式

编码格式: base64、base64url、base32、hex、url、html、rot13、binary、ascii85

哈希算法: md5、sha1、sha256、sha512、sha3-256

功能特性

  • - 集编码、解码、哈希、检测和列表功能于一体
  • 自动检测功能可尝试识别未知编码字符串
  • 所有操作均支持标准输入和文件输入
  • 无外部依赖——纯Python标准库实现

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 encoding-toolkit-1776093363 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 encoding-toolkit-1776093363 技能

通过命令行安装

skillhub install encoding-toolkit-1776093363

下载

⬇ 下载 encoding-toolkit v1.0.0(免费)

文件大小: 4.04 KB | 发布时间: 2026-4-15 12:38

v1.0.0 最新 2026-4-15 12:38
Initial release of encoding-toolkit:

- Multi-format encoder, decoder, and hasher supporting Base64, Base64URL, Base32, Hex, URL-encoding, HTML entities, ROT13, Binary, and ASCII85.
- Computes hashes using MD5, SHA-1, SHA-256, SHA-512, and SHA3-256 algorithms.
- Offers automatic detection of encoding format from input.
- Supports encoding, decoding, hashing, detecting format, and listing available formats, all from a single tool.
- Accepts input via stdin or from files.
- Built with no external dependencies; uses only the Python standard library.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部