RSSAmplifier

mkonrad.net · Jan 28, 2025

Parallel decryption and encryption with GPG in Python

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

For a project I needed to decrypt thousands of OpenPGP-encrypted files using Python. This is a task that can be easily sped up by the means of parallel processing to use all the CPU cores in your machine. This can be implemented using for example Python’s multiprocessing Pool. However, the implementation was not as straight forward as I thought. Let’s start with an UTF-8 encoded plain…

Read on mkonrad.net

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.