Crates.io | base64tool |
lib.rs | base64tool |
version | 0.1.1 |
source | src |
created_at | 2023-01-03 05:14:00.109853 |
updated_at | 2023-10-20 00:46:25.435149 |
description | Base64 encode and decode files |
homepage | https://github.com/Firstyear/base64tool |
repository | |
max_upload_size | |
id | 749916 |
size | 11,617 |
This tool allows encoding and decoding of files from binary to base64
b64encode /input/binary /output/base64
b64decode /input/base64 /output/binary