Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefMarlin committed Sep 27, 2024
1 parent 97df96c commit 2b81079
Show file tree
Hide file tree
Showing 4 changed files with 3,178 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![logo](media/logo_600x200.svg "CHAP: Secure Your Data with Ease")
# CHAP: Secure Your Data with Ease

**CHAP** (short for *chachapoly*) is a tool for encryption, decryption, and secure file wiping. It leverages the [cipherbox](https://github.com/8ff/cipherbox) library as a wrapper for the **ChaCha20-Poly1305** cipher and **scrypt** key derivation, providing strong data protection.
**CHAP** (short for *chachapoly*) is a tool for encryption, decryption, and secure file wiping. It leverages the [cipherbox](https://github.com/8ff/cipherbox) library as a wrapper for the **ChaCha20-Poly1305** cipher and **scrypt** key derivation, providing strong data protection.

## Features
- **Encrypt** (`e`): Secure your data with strong encryption. (Requires `CKEY` environment variable)
Expand Down
Binary file added media/logo.afdesign
Binary file not shown.
Loading

0 comments on commit 2b81079

Please sign in to comment.