feat: Implement data storage unit conversion functionality (#848)

This commit is contained in:
Babar Saleh Hayat 2024-03-30 15:48:09 +05:00
parent d3b32cc14e
commit 2b6b523be6
7 changed files with 160 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 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…之间转换数字