線上工具

91 tools total

加密與安全

加密、安全和随機標识類在線工具。

11
Tool随機 Token 生成器

按指定长度和字符集生成随機字符串,可用於临时令牌、测试密碼和標识符。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Crypto/TokenGenerator.cshtml
Tool文本哈希計算

对文本計算 MD5、SHA1、SHA256、SHA384、SHA512、SHA3 和 RIPEMD160 等哈希值。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Crypto/HashText.cshtml
ToolBcrypt 哈希

使用 bcrypt 对文本进行哈希,并可與已有 bcrypt 哈希值进行校验。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Crypto/Bcrypt.cshtml
ToolUUID 生成器

生成 UUID v4 或 Nil UUID,适合测试數據、临时標识和分布式唯一 ID。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Crypto/UuidGenerator.cshtml
ToolULID 生成器

生成可按时間排序的 ULID,适合日志、事件和數據庫標识符。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Crypto/UlidGenerator.cshtml
Tool文本加密/解密

使用 AES、TripleDES、RC4 或 Rabbit 等算法对文本进行加密和解密。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Crypto/Encryption.cshtml
ToolBIP39 助记詞生成器

生成 BIP39 助记詞短語,便於学习和测试助记詞相關流程。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Crypto/Bip39Generator.cshtml
ToolHMAC 生成器

使用密钥和指定哈希算法生成 HMAC 消息认证碼。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Crypto/HmacGenerator.cshtml
ToolRSA 密钥对生成器

在浏覽器中生成 RSA 私钥和公钥,并以 PEM 格式輸出。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Crypto/RsaKeyPairGenerator.cshtml
Tool密碼强度分析器

估算密碼长度、字符類别、熵值和离線暴力破解所需时間。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Crypto/PasswordStrengthAnalyser.cshtml
ToolPDF 簽名檢查器

檢查 PDF 文件中是否存在簽名相關結构標记,辅助判断文件是否可能带簽名。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Crypto/PdfSignatureChecker.cshtml

轉換器

格式、文本、日期和數值轉換工具。

21
Tool日期时間轉換器

在时間戳、本地时間、ISO 时間和 UTC 时間之間快速轉換。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/DateConverter.cshtml
Tool整數进制轉換器

在二进制、八进制、十进制、十六进制和 36 进制之間轉換整數。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/BaseConverter.cshtml
Tool罗马數字轉換器

將阿拉伯數字轉換為罗马數字,或將罗马數字解析為普通數字。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/RomanNumeralConverter.cshtml
ToolBase64 字符串编解碼

將普通文本编碼為 Base64,或將 Base64 解碼回文本。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/Base64StringConverter.cshtml
ToolBase64 文件轉換器

將上传的文件轉換為 Base64 Data URL,便於嵌入或调试。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/Base64FileConverter.cshtml
Tool颜色格式轉換器

在 Hex、RGB 和 HSL 等常见颜色格式之間轉換。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/ColorConverter.cshtml
Tool命名格式轉換器

將文本轉換為 camelCase、PascalCase、snake_case、kebab-case 等格式。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/CaseConverter.cshtml
Tool文本轉北约音標字母

把文本轉換為北约音標字母表,适合口头拼讀和信息确认。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/TextToNatoAlphabet.cshtml
Tool文本與 ASCII 二进制互轉

將文本轉換為 ASCII 二进制表示,或把二进制內容解碼為文本。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/TextToBinary.cshtml
Tool文本與 Unicode 互轉

將文本轉換為 Unicode 轉义形式,或把 Unicode 轉义解析回文本。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/TextToUnicode.cshtml
ToolYAML 轉 JSON

將 YAML 內容解析并轉換為格式化 JSON。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/YamlToJsonConverter.cshtml
ToolYAML 轉 TOML

將 YAML 配置轉換為 TOML 格式。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/YamlToToml.cshtml
ToolJSON 轉 YAML

將 JSON 內容解析并轉換為 YAML。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/JsonToYamlConverter.cshtml
ToolJSON 轉 TOML

將 JSON 对象轉換為 TOML 配置格式。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/JsonToToml.cshtml
Tool列表轉換器

对多行列表执行排序、反轉、去重、大小写轉換和 CSV 行轉換等操作。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/ListConverter.cshtml
ToolTOML 轉 JSON

解析 TOML 內容并轉換為格式化 JSON。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/TomlToJson.cshtml
ToolTOML 轉 YAML

解析 TOML 內容并轉換為 YAML。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/TomlToYaml.cshtml
ToolXML 轉 JSON

解析 XML 內容并轉換為 JSON 結构。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/XmlToJson.cshtml
ToolJSON 轉 XML

將 JSON 对象轉換為 XML 字符串。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/JsonToXml.cshtml
ToolMarkdown 轉 HTML

將 Markdown 文本轉換為 HTML,并提供即时预覽。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/MarkdownToHtml.cshtml
Tool时間戳轉換工具

在时間戳和常见日期格式之間互轉,支持秒、毫秒和格式化顯示。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Converter/Timestamp.cshtml

网頁工具

Web 開發、URL、頁面元信息和调试工具。

17
ToolURL 编碼/解碼

对 URL 或 URL 组件进行百分号编碼和解碼。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/UrlEncoder.cshtml
ToolHTML 實體轉义

对 HTML 特殊字符进行轉义或反轉义。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/HtmlEntities.cshtml
ToolURL 解析器

解析 URL 的协议、主機、端口、路径、查询参數和片段等组成部分。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/UrlParser.cshtml
Tool設備信息

查看当前浏覽器、屏幕、語言、在線状态和视口等設備信息。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/DeviceInformation.cshtml
ToolBasic Auth 生成器

根據用户名和密碼生成 HTTP Basic Authorization 請求头。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/BasicAuthGenerator.cshtml
ToolOpen Graph Meta 生成器

生成网頁標題、描述、Open Graph 和 Twitter Card 等 Meta 標簽。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/OgMetaGenerator.cshtml
ToolOTP 动态验证碼生成器

基於 Base32 密钥生成 TOTP 动态验证碼,并顯示剩余有效时間。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/OtpGenerator.cshtml
ToolMIME 類型查询

根據文件扩展名查询 MIME 類型,或根據 MIME 類型反查常见扩展名。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/MimeTypes.cshtml
ToolJWT 解析器

解析 JWT 的 Header、Payload 和 Signature,便於调试令牌內容。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/JwtParser.cshtml
Tool鍵盘按鍵碼查询

按下任意鍵后顯示 key、code、keyCode 和修饰鍵状态。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/KeycodeInfo.cshtml
ToolURL Slug 生成器

把標題或短語轉換為适合 URL、文件名和锚点 ID 的 slug。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/UrlSlugGenerator.cshtml
ToolHTML 所见即所得编辑器

在線编辑富文本內容,并實时查看生成的 HTML。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/HtmlWysiwygEditor.cshtml
ToolUser-Agent 解析器

从 User-Agent 字符串中识别浏覽器、系统、設備類型等信息。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/UserAgentParser.cshtml
ToolHTTP 状态碼查询

查询常见 HTTP 状态碼及其含义。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/HttpStatusCodes.cshtml
ToolJSON 差异比较

比较两個 JSON 对象,并列出字段级差异。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/JsonDiff.cshtml
ToolSafelink 解碼器

从 Outlook Safelink 鏈接中提取真實目標地址。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/SafelinkDecoder.cshtml
Tool標題轉 URL 别名

將中文標題翻译并轉換成适合文章鏈接和 SEO 的 slug。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Web/SlugifyString.cshtml

圖像與视頻

圖片、二維碼、圖標和摄像头工具。

6

開發工具

日常開發格式化、正则、权限和命令辅助工具。

14
ToolGit 速查表

整理常用 Git 命令,便於快速查閱提交、分支、变基和暂存操作。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/GitMemo.cshtml
Tool随機端口生成器

生成 1024 到 65535 范围內的随機端口号。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/RandomPortGenerator.cshtml
ToolCrontab 表达式生成器

组合分钟、小时、日期、月份和星期字段,生成 crontab 表达式。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/CrontabGenerator.cshtml
ToolJSON 格式化

將 JSON 字符串格式化為易讀的缩进結构。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/JsonPrettify.cshtml
ToolJSON 压缩

移除 JSON 中多余空白,生成紧凑字符串。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/JsonMinify.cshtml
ToolJSON 轉 CSV

把对象數组形式的 JSON 轉換為 CSV 文本。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/JsonToCsv.cshtml
ToolSQL 格式化

对 SQL 查询进行基础換行和缩进,提升可讀性。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/SqlPrettify.cshtml
ToolChmod 权限計算器

選择讀、写、执行权限,生成八进制和符号形式的 chmod 命令。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/ChmodCalculator.cshtml
ToolDocker Run 轉 Compose

把常见 docker run 参數轉換為 docker compose 服务片段。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/DockerRunToDockerComposeConverter.cshtml
ToolXML 格式化

將 XML 字符串整理為缩进后的易讀格式。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/XmlFormatter.cshtml
ToolYAML 格式化

解析并重新輸出 YAML,使結构更清晰。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/YamlPrettify.cshtml
Tool邮箱地址规范化

对邮箱地址做小写、去標簽等规范化处理,支持 Gmail 点号规则。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/EmailNormalizer.cshtml
Tool正则表达式测试器

輸入正则表达式、標志和样本文本,查看匹配結果。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/RegexTester.cshtml
Tool正则表达式速查表

列出常用正则語法、字符類、量詞和分组写法。

https://github.com/dotnet9/CodeWF/blob/main/src/WebApp/Pages/Tool/Development/RegexMemo.cshtml

网络工具

IP、MAC 和网络地址处理工具。

6

數学工具

計算、百分比、複利和 ETA 工具。

4

計量工具

計时、温度和性能测量工具。

3

文本工具

文本生成、统計、对比和处理工具。

7

數據工具

电话、IBAN 等結构化數據工具。

2