mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-30 19:32:33 +00:00
Bump version and optimize
This commit is contained in:
parent
aa5135e41d
commit
6f347dbb2a
1 changed files with 3 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
|||
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, generate checksums, 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 Argon2 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.22"
|
||||
version: "1.23"
|
||||
confinement: strict
|
||||
base: core20
|
||||
grade: stable
|
||||
compression: lzo
|
||||
compression: xz
|
||||
|
||||
apps:
|
||||
picocrypt:
|
||||
|
@ -20,13 +20,7 @@ parts:
|
|||
source: .
|
||||
build-packages:
|
||||
- gcc
|
||||
- libx11-dev
|
||||
- libxcursor-dev
|
||||
- libxrandr-dev
|
||||
- libxinerama-dev
|
||||
- libxi-dev
|
||||
- libgl1-mesa-dev
|
||||
- libxxf86vm-dev
|
||||
- xorg-dev
|
||||
- libgtk-3-dev
|
||||
stage-packages:
|
||||
- libglu1-mesa
|
||||
|
|
Loading…
Reference in a new issue