Skip to content

angt/BucketBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BucketBoard

XET powered copypasta network

The Setup

Prerequisites

Install

$ zig build install --prefix ~/.local

Make sure ~/.local/bin is in your PATH:

$ export PATH="$HOME/.local/bin:$PATH"

Configure

$ export BKT_TOKEN=hf_xxxxxxxxxx
$ export BKT=username/bucket

To enable end-to-end encryption, also set BKT_SECRET to a 16-byte key encoded as 32 hex characters:

$ export BKT_SECRET=00112233445566778899aabbccddeeff

Generate one with OpenSSL if needed:

$ openssl rand -hex 16

When BKT_SECRET is set, uploads are encrypted with AEGIS-128X2 using a random nonce prepended to the ciphertext, and downloads are decrypted automatically.

Usage

Send Your Stuff

$ echo hello | bkt -

Get Your Stuff Back

$ bkt
hello

About

The copypasta network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages