From c493f8ebee97a5e167a4e45c50bdbc5ea8cdbf28 Mon Sep 17 00:00:00 2001
From: Conrad Sollitt <57777521+ConradSollitt@users.noreply.github.com>
Date: Wed, 16 Mar 2022 18:15:35 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=20Add=20Bash=20Script=20[encrypt.s?=
 =?UTF-8?q?h]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This is a 1500+ line bash script with an easy to use interface for encrypting files. Some feature:
* Works on files of any size including huge files (100s of gigs).
* Works on Ubuntu and Mac without requiring anything else to be installed.
* Works with Windows if using Windows Subsystem for Linux
* Works with Password or Key (keys are securely generated).
* Includes extensive unit testing as part of the script
* Helpful and useful examples when running the script from terminal

It's was designed for compatibility with the PHP Framework of the site. I link to the main site because it shows screenshots and provides technical details. This page won't change and links back to GitHub (main repository and bash script itself).
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index d8e3e7c..549400e 100644
--- a/README.md
+++ b/README.md
@@ -118,6 +118,7 @@ List of projects that provide terminal user interfaces
 - [diary](https://github.com/actuday6418/Diary) A diary app written in Rust that encrypts both text and file data, and can decrypt and build a rich HTML representation of your diary when required.
 - [dive](https://github.com/wagoodman/dive) A tool for exploring each layer in a docker image
 - [emu2](https://github.com/dmsc/emu2) A simple DOS emulator for the Linux text console, supporting basic DOS system calls and console I/O.
+- [encrypt.sh](https://fastsitephp.com/en/documents/file-encryption-bash) A bash script for encrypting files on Linux and Mac using built-in commands; works on large files and includes unit testing.
 - [gif-for-cli](https://github.com/google/gif-for-cli) Convert a gif into ASCII
 - [gobang](https://github.com/TaKO8Ki/gobang) A cross-platform TUI database management tool written in Rust
 - [gpg-tui](https://github.com/orhun/gpg-tui) A terminal user interface for GnuPG