A
licenseNot graded
qualityC
maintenanceEnables encoding and decoding of text between Base64, Base64URL, Base32, and Hex formats, supporting offline keyless operations.
6 npm
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: one decodes base64 to a file, the other encodes a file to base64. There is no overlap or ambiguity.
Both tool names follow a consistent verb_noun pattern with clear prepositions ('decode_base64_to_file', 'encode_file_to_base64'), making them predictable and easy to understand.
With exactly two tools, the server is well-scoped for its purpose of base64 file encoding and decoding. Each tool serves a necessary and complementary role.
The server covers the full domain of file-based base64 operations: both encoding (file to base64) and decoding (base64 to file). No obvious gaps are present.