spead 0.1.0

Structure Preserving Encryption and Decryption CLI tool
1
2
3
4
5
6
7
8
9
10
11
12
13
# Spead: Structure Preserving Encryption and Decryption

A command line tool to encrypt JSON files, preserving their schema and types

## Installation

### Using Rust and cargo 

1. [Install Rust]https://rust-lang.org/tools/install/ if it isn't already installed.
2. Run: `cargo install spead`