From d74dcc8f8e0195ffa703c9516ed8ee59d92d124c Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sun, 27 Mar 2022 12:13:07 -0400 Subject: [PATCH] Bump to v1.24 --- src/snapcraft.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/snapcraft.yaml b/src/snapcraft.yaml index 491db02..6c73494 100644 --- a/src/snapcraft.yaml +++ b/src/snapcraft.yaml @@ -1,7 +1,7 @@ name: picocrypt 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. 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.23" +version: "1.24" confinement: strict base: core20 grade: stable @@ -39,5 +39,3 @@ parts: plugs: picocrypt-home: interface: home - picocrypt-network: - interface: network