Update snapcraft.yaml
This commit is contained in:
parent
2aa0a68da8
commit
58302f362d
|
@ -1,18 +1,19 @@
|
|||
name: picocrypt
|
||||
summary: A very small, very simple, yet very secure encryption tool.
|
||||
description: Picocrypt is a very small (hence "Pico"), 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 Poly1305 message authentication code 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 an audited cryptography library. Your privacy and security are under attack. Take it back with confidence by protecting your files with Picocrypt.
|
||||
version: '1.16'
|
||||
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.
|
||||
version: "1.16"
|
||||
confinement: strict
|
||||
base: core18
|
||||
base: core20
|
||||
grade: stable
|
||||
compression: xz
|
||||
compression: lzo
|
||||
|
||||
apps:
|
||||
picocrypt:
|
||||
command: bin/Picocrypt
|
||||
extensions: [gnome-3-34]
|
||||
extensions: [gnome-3-38]
|
||||
plugs:
|
||||
- home
|
||||
- desktop
|
||||
- x11
|
||||
- wayland
|
||||
- opengl
|
||||
|
|
Loading…
Reference in New Issue