Drupal is a registered trademark of Dries Buytaert
Search API Solr 4.4.0 Minor update available for module search_api_solr (4.4.0). Page Manager 8.x-4.0 Major update available for module page_manager (8.x-4.0). Trash 3.1.0-beta2 New beta version released for module trash (3.1.0-beta2). Commerce AutoSKU 3.0.1 Minor update available for module commerce_autosku (3.0.1). Custom Field 4.0.10 Minor update available for module custom_field (4.0.10). Alternative login ID & display names 2.0.12 Minor update available for module alt_login (2.0.12). EntityReference UUID 3.0.1 Minor update available for module entity_reference_uuid (3.0.1). LocalGov Publications Importer 1.1.1 Minor update available for module localgov_publications_importer (1.1.1). Configuration Override Warn 8.x-1.6 Module config_override_warn updated after 10 months of inactivity (8.x-1.6). Table Alternate Rows Module table_altrow crossed 1,000 active installs.

OpenPHP Encryption

4 sites Security covered
View on drupal.org

This module adds OpenPGP encryption capabilities to the core encrypt module. It allows for asymmetric encryption and decryption using either a single private key for both operations or separate public and private keys for encryption and decryption respectively.

Features

This module adds OpenPHP encryption to the encrypt module's ecosystem.

This is an asymmetrical encryption method.

If you want to use one encryption profile to encrypt and decrypt, you will need to use a private key, as this also contains data for the public key within the private key. For example: -

-----BEGIN PGP PRIVATE KEY BLOCK-----

Whatever the private key is...
-----END PGP PRIVATE KEY BLOCK-----

If you want to encrypt with a public key ONLY and need to decrypt the data later in Drupal, you will need to create another encryption profile to decrypt using the PRIVATE key and handle that use case. A public key looks like this: -

-----BEGIN PGP PUBLIC KEY BLOCK-----

Whatever the key public key is
-----END PGP PUBLIC KEY BLOCK-----

The encrypted data looks like this: -

-----BEGIN PGP MESSAGE-----

hQEMA6qXx8ZGQyPoAQf/REjgrvv1eeKK/oM85tjAMmKjOwqPh8E2B1oztj/57MbO
VSHMioL0yWJMJoQsF5QB1QRbd9rul638m6JRpZEvf9zxHxN35FBIfchhfPMs1uup
htpKxmTHHKeRTBYnbJ7Zp8ujuoi7xPvP6gcZqtXQ/615gA7HKppzCyJ+usN0dND4
ZdSQZu/Mo8lQJRYHfSQl9r4htd5WPpL/c4IK4eIN2J/53FOQk3HtXjguWKliKi1/
WZMKyXe1Ml/XNUm2JogA2DQN5AIynu2GdaYIYTnlTrPzcN/NP5V27S3l6sr8V2IJ
/LQhGlGbsekXEF9V4qCzRMZEOKpxyvYfic4YHWJVUNRJAQkCEB+IANZ6YgQKDWA9
TiA/DN2o+7u0uRB3y03Uho33SWL6nN1VuJM+cmUBDaRfZHbd1xsuE8s1BlnRloCs
2FwKjLIlyFNJpQ==
=BhPH
-----END PGP MESSAGE-----

Activity

Total releases
1
First release
Apr 2026
Latest release
2 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
1.0.3 Stable Apr 29, 2026