mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-05 01:28:09 +00:00
9 lines
347 B
JSON
9 lines
347 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 <a href='https://gnupg.org/'>PGP</a>.\nDecryption may only work if you don't have to enter a password."
|
|
}
|