Skip to content

mkarneim/editorial-crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages