This commit is contained in:
utf26 2024-07-14 23:54:03 +02:00 committed by GitHub
commit 84d90c76e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 159 additions and 1 deletions

View file

@ -340,6 +340,10 @@ tools:
title: String obfuscator
description: Obfuscate a string (like a secret, an IBAN, or a token) to make it shareable and identifiable without revealing its content.
data-storage-unit-converter:
title: Data storage unit converter
description: Convert data storage units (bytes, kilobytes, megabytes, gigabytes, terabytes, petabytes)
base-converter:
title: Integer base converter
description: Convert a number between different bases (decimal, hexadecimal, binary, octal, base64, ...)

View file

@ -336,6 +336,10 @@ tools:
title: 字符串混淆器
description: 混淆字符串如秘密、IBAN 或令牌),使其可共享和可识别,而不泄露其内容。
data-storage-unit-converter:
title: 数据存储单位转换器
description: 在不同数据存储单位(字节、千字节、兆字节、千兆字节、太字节、拍字节)之间转换数字
base-converter:
title: 整数基转换器
description: 在不同的基数十进制、十六进制、二进制、八进制、base64…之间转换数字