mkarneim / editorial-crypto

Encryption and Decryption for Editorial Documents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

editorial-crypto

Encryption and Decryption of Editorial Documents

This repository contains two Python scripts that can be installed as Editorial workflows.

Both scripts make use of the Python AES implementation from Brandon Sterne, which is licensed under the MIT license. However, all modifications and extensions I made are in the PUBLIC DOMAIN.

Encrypts the contents of the current document with a user-defined password, using AES-256 and Base64.

To decrypt an encrypted document please use the corresponding "Decrypt Document" workflow.

EncryptDocument can be installed from the Editorial Workflows page.

Decrypts the contents of the current document with a user-defined password, using AES-256 and Base64.

To encrypt a document please use the corresponding "Encrypt Document" workflow.

DecryptDocument can be installed from the Editorial Workflows page.

About

Encryption and Decryption for Editorial Documents


Languages

Language:Python 100.0%