mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-05 09:38:09 +00:00
9 lines
315 B
JSON
9 lines
315 B
JSON
{
|
|
"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.\nDecryption will only work if you don't have to enter a password."
|
|
}
|