文件 URL 哈希编码

#Tech

dl | 0x1 提供了一种将文件编码为 URL 哈希的功能。

该过程在浏览器中进行,包括对文件进行 gzip 压缩和 Base2048 编码。

生成的 URL 可以直接解码并下载原始文件。

用户可以通过拖放或点击选择文件进行编码。

这种方法可以方便地分享和下载文件,而无需上传到服务器。

查看原文开头(英文 · 仅前 3 段)

encode any file into a URL hash. the file is gzipped and

base2048-encoded entirely in your browser. opening a generated URL

here decodes it back into a downloadable file.

※ 出于版权考虑,仅引用前 3 段。完整内容请阅读原文。

阅读原文 ↗