mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-06 06:17:11 -04:00
Merge 2b6b523be6
into 76a19d218d
This commit is contained in:
commit
84d90c76e2
7 changed files with 159 additions and 1 deletions
|
@ -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, ...)
|
||||
|
|
|
@ -336,6 +336,10 @@ tools:
|
|||
title: 字符串混淆器
|
||||
description: 混淆字符串(如秘密、IBAN 或令牌),使其可共享和可识别,而不泄露其内容。
|
||||
|
||||
data-storage-unit-converter:
|
||||
title: 数据存储单位转换器
|
||||
description: 在不同数据存储单位(字节、千字节、兆字节、千兆字节、太字节、拍字节)之间转换数字
|
||||
|
||||
base-converter:
|
||||
title: 整数基转换器
|
||||
description: 在不同的基数(十进制、十六进制、二进制、八进制、base64…)之间转换数字
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue