mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2026-03-11 14:04:23 +00:00
Update snapcraft.yaml
This commit is contained in:
parent
b4efd949f5
commit
5ad0395c5d
1 changed files with 3 additions and 3 deletions
6
dist/snapcraft/snapcraft.yaml
vendored
6
dist/snapcraft/snapcraft.yaml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: picocrypt
|
||||
name: picocrypt-ng
|
||||
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. 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 Argon2id key derivation function to provide a high level of security, even from three-letter agencies like the NSA. Your privacy and security is under attack. Take it back with confidence by protecting your files with Picocrypt.
|
||||
description: Picocrypt NG is a very small, very simple, yet very secure encryption tool that you can use to protect your files. It's designed to be the go-to tool for encryption, with a focus on security, simplicity, and reliability. Picocrypt NG uses the secure XChaCha20 cipher and the Argon2id key derivation function to provide a high level of security, even from three-letter agencies like the NSA. Your privacy and security is under attack. Take it back with confidence by protecting your files with Picocrypt NG.
|
||||
version: "2.00"
|
||||
confinement: strict
|
||||
base: core22
|
||||
|
|
@ -8,7 +8,7 @@ grade: stable
|
|||
|
||||
apps:
|
||||
picocrypt:
|
||||
command: bin/Picocrypt
|
||||
command: bin/Picocrypt-NG
|
||||
environment:
|
||||
NO_AT_BRIDGE: 1
|
||||
LIBGL_ALWAYS_SOFTWARE: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue