#upload #aes-256 #cli

应用 bup

Blind Upload 的命令行客户端

6 个版本

0.1.5 2022年5月7日
0.1.4 2022年5月7日

#15#aes-256

AGPL-3.0-only

3MB
449

包含 (ELF 可执行文件/库, 10MB) linux_x86-64_executable/bup

bup

Blind Upload 的命令行客户端。

Usage: bup URL                                    # download and decrypt
       bup --split-key URL TELEPHONE_CODE         # download and decrypt
       bup [--split-key] FILENAME [FILENAMES...]  # encrypt and upload

下载预编译的 linux_x86-64 可执行文件。

或者从源代码编译,一旦你 安装了 Rust

fadedbee@box:~$ cargo install bup
    Updating crates.io index
  Installing bup v0.1.4
   Compiling autocfg v1.1.0
   Compiling cfg-if v1.0.0
...
   Compiling reqwest v0.11.10
   Compiling bup v0.1.4
    Finished release [optimized] target(s) in 1m 17s
  Installing /home/fadedbee/.cargo/bin/bup
   Installed package `bup v0.1.4` (executable `bup`)

fadedbee@box:~$ bup
bup version 0.1.5

A command-line client for Blind Upload.

https://github.com/fadedbee/bup

Usage: bup URL                                    # download and decrypt
       bup --split-key URL TELEPHONE_CODE         # download and decrypt
       bup [--split-key] FILENAME [FILENAMES...]  # encrypt and upload

依赖项

~9–24MB
~371K SLoC