mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 04:48:01 +00:00
Fix grammar in description
This commit is contained in:
parent
a00d4d1976
commit
3f07c72fd8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
name: picocrypt
|
name: picocrypt
|
||||||
summary: A very small, very simple, yet very secure encryption tool.
|
summary: A very small, very simple, yet very secure encryption tool.
|
||||||
description: Picocrypt is a very small, very simple, yet very secure encryption tool that you can use to protect your files, generate checksums, shred files, and much more. It's designed to be the go-to tool for encryption, with a focus on security, simplicity, and reliability. Picocrypt uses the secure XChaCha20 cipher and the SHA3 hash function to provide a high level of security, even from three-letter agencies like the NSA. It's designed for maximal security, making absolutely no compromises security-wise, and is built with Go's standard x/crypto modules. Your privacy and security are under attack. Take it back with confidence by protecting your files with Picocrypt.
|
description: Picocrypt is a very small, very simple, yet very secure encryption tool that you can use to protect your files, generate checksums, shred files, and much more. It's designed to be the go-to tool for encryption, with a focus on security, simplicity, and reliability. Picocrypt uses the secure XChaCha20 cipher and the SHA3 hash function to provide a high level of security, even from three-letter agencies like the NSA. It's designed for maximal security, making absolutely no compromises security-wise, and is built with Go's standard x/crypto modules. Your privacy and security is under attack. Take it back with confidence by protecting your files with Picocrypt.
|
||||||
version: "1.16"
|
version: "1.16"
|
||||||
confinement: strict
|
confinement: strict
|
||||||
base: core20
|
base: core20
|
||||||
|
|
Loading…
Reference in a new issue