Format Conversion
Encode and decode data to/from Protocol Buffers (Protobuf) binary format
protobuf-converterFormat Conversion
Convert Java Properties file format to JSON
properties-to-jsonFormat Conversion
Parse and convert SSH configuration file to JSON format
ssh-config-parserFormat Conversion
Simple text encryption and decryption using various algorithms
text-encryptor-decryptorFormat Conversion
Convert XML data to CSV format with customizable parsing options
xml-to-csvFormat Conversion
Convert XML data to JSON format with customizable parsing options
xml-to-jsonFormat Conversion
Convert pasted WireGuard or OpenVPN client text into Mihomo/Clash YAML or sing-box JSON with secret-field diagnostics; do not share private keys
wireguard-openvpn-to-clash-singbox-bridgeFormat Conversion
Encode and decode text using Vigenère cipher with a keyword
vigenere-cipherFormat Conversion
Format and beautify TOML. Note: comments are lost and key order may change (@iarna/toml limitation)
toml-formatterFormat Conversion
Convert text to/from Unicode escape sequences (\uXXXX / \u{XXXXXX}) and apply Unicode normalization (NFC/NFD/NFKC/NFKD)
unicode-escape-converterFormat Conversion
Convert between TOML and JSON formats with support for comments and complex data structures
toml-json-converterFormat Conversion
Convert between TOML and YAML formats with support for complex data structures and configuration files
toml-yaml-converter