pgp-implementations-benchmark/README.md
2023-02-17 02:10:24 +01:00

473 B

PGP Implementations Benchmark

Note

This repository contains some unprotected PGP private keys. Do not use these keys for anything other than running this benchmark!

Usage

Install the following dependencies:

  • tqdm
  • gpg
  • PGPy
  • sequoia (sqop binary)
  • pysequoia

Then run:

./benchmark_sign_encrypt.py

If gnupg starts raising memory errors, patch your gpg-agent.conf:

$ echo auto-expand-secmem >> gpg-agent.conf