1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2025-12-10 05:52:46 +00:00

added more scripts

This commit is contained in:
Patrizio Bekerle 2017-05-19 17:51:12 +02:00
parent 3c7e487d6c
commit 8248fe6bda
No known key found for this signature in database
GPG key ID: 2E9FFD770DABE838
4 changed files with 124 additions and 0 deletions

9
encryption-pgp/info.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "PGP Encryption",
"identifier": "encryption-pgp",
"script": "encryption-pgp.qml",
"authors": ["@pbek"],
"version": "0.0.1",
"minAppVersion": "17.05.7",
"description" : "This script will encrypt and decrypt notes with PGP.\n\nDecryption will only work if you don't have to enter a password."
}