Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefMarlin authored Sep 27, 2024
1 parent fd771de commit 68fe285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CHAP: Secure Your Data with Ease
[![Go Report Card](https://goreportcard.com/badge/github.com/8ff/chap)](https://goreportcard.com/report/github.com/8ff/chap)
[![GoDoc](https://godoc.org/github.com/8ff/chap?status.svg)](https://godoc.org/github.com/8ff/chap)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/8ff/chap/blob/main/LICENSE)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/8ff/chap/blob/main/LICENSE)

**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 embraces the KISS principle: powerful security doesn't have to be complicated.
Expand Down

0 comments on commit 68fe285

Please sign in to comment.