mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-12 09:01:32 -04:00
27 lines
940 B
YAML
27 lines
940 B
YAML
![]() |
tools:
|
||
|
base64-string-converter:
|
||
|
title: Base64 string encoder/decoder
|
||
|
description: Simply encode and decode string into a their base64 representation.
|
||
|
|
||
|
stringToBase64:
|
||
|
title: String to base64
|
||
|
encodeUrl: Encode URL safe
|
||
|
inputLabel: String to encode
|
||
|
inputPlaceholder: Put your string here...
|
||
|
outputLabel: Base64 of string
|
||
|
outputPlaceholder: The base64 encoding of your string will be here
|
||
|
base64ToString:
|
||
|
title: Base64 to string
|
||
|
decodeUrl: Decode URL safe
|
||
|
inputLabel: Base64 string to decode
|
||
|
inputPlaceholder: Your base64 string...
|
||
|
outputLabel: Decoded string
|
||
|
outputPlaceholder: The decoded string will be here
|
||
|
buttons:
|
||
|
copyBase64: Copy base64
|
||
|
copyDecodedString: Copy decoded string
|
||
|
|
||
|
base64Copied: Base64 string copied to the clipboard
|
||
|
stringCopied: String copied to the clipboard
|
||
|
base64InvalidMessage: Invalid base64 string
|