Padded Cell

Description

A small rust tool for storing malware on any system safely.

Samples are compressed using the snap compression algorithm and then base64 encoded and saved to a local file based database (in TOML format).

This is still a toy and may break occasionally. I will personally use it for my samples.

Large databases make the program slower as they have to be read to memory on each use.

Usage

``` USAGE: pcell [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -x, --export Exports the given sample from the database -i, --import Imports a sample into the database -l, --list Lists all samples in database ```

Implementation Checklist