From 1d351dd18e949a7c347d068162506f02efa08a2a Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Wed, 21 Jul 2021 16:12:32 -0400 Subject: [PATCH] Update snapcraft.yaml --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index c572f6c..dd9e7bb 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -3,14 +3,14 @@ summary: A very small, very simple, yet very secure cryptography utility. description: Picocrypt is a very small (hence "Pico"), very simple, yet very secure cryptography utility that you can use to encrypt 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.13' confinement: strict -base: core20 +base: core18 grade: stable compression: xz apps: picocrypt: command: bin/Picocrypt - extensions: [gnome-3-38] + extensions: [gnome-3-34] plugs: - opengl