diff --git a/dist/snapcraft/snapcraft.yaml b/dist/snapcraft/snapcraft.yaml index b5821db..a0f6297 100644 --- a/dist/snapcraft/snapcraft.yaml +++ b/dist/snapcraft/snapcraft.yaml @@ -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