Skip to content

Releases: zabojeb/phpgp

v1.1.0: fix decrypt and encrypt commands

19 Apr 20:01

Choose a tag to compare

v1.0.0: Global security fix

15 Apr 17:59

Choose a tag to compare

Critical changes: security improvements, Python 3.13 support, compatibility

Full Changelog: v0.2.1...v1.0.0

v0.2.1 - crash fix

28 Jan 15:21
44c2d14

Choose a tag to compare

v0.2.0: Security Patch 0.1

28 Jan 09:15
b5129d8

Choose a tag to compare

What's Changed

Security Patch 0.1 by @zabojeb in #4

  • Disabling Core Dumps: Prevents memory dumps from being created on crashes.

  • Set Process as Non-Dumpable: Restricts other processes from retrieving the memory of the current process.

  • Lock Memory: Prevents a process from dumping memory to disk.

  • Resource Limitation: Limits the number of open files and processes/threads to prevent DoS attacks.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

25 Jan 10:21
7e169ce

Choose a tag to compare

First release version of phPGP