mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2026-03-11 14:04:23 +00:00
40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
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. Your privacy and security is under attack. Take it back with confidence by protecting your files with Picocrypt.
|
|
version: "1.49"
|
|
confinement: strict
|
|
base: core22
|
|
grade: stable
|
|
|
|
apps:
|
|
picocrypt:
|
|
command: bin/Picocrypt
|
|
environment:
|
|
NO_AT_BRIDGE: 1
|
|
LIBGL_ALWAYS_SOFTWARE: 1
|
|
extensions: [gnome]
|
|
plugs:
|
|
- home
|
|
|
|
parts:
|
|
picocrypt:
|
|
plugin: go
|
|
source: .
|
|
build-packages:
|
|
- gcc
|
|
- xorg-dev
|
|
- libgtk-3-dev
|
|
- libgl1-mesa-dev
|
|
- libglu1-mesa-dev
|
|
- libffi-dev
|
|
build-snaps:
|
|
- go
|
|
stage-packages:
|
|
- libc6
|
|
- libgcc-s1
|
|
- libgl1
|
|
- libglu1-mesa
|
|
- libgtk-3-0
|
|
- libstdc++6
|
|
- libx11-6
|
|
- libffi7
|