Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: Configuration Language Lock 1.0.2 Minor update available for module config_language_lock (1.0.2). Release: Canvas Override 1.0.1 Minor update available for module canvas_override (1.0.1). Release: Media Remote Image 8.x-1.2 Minor update available for module media_entity_remote_image (8.x-1.2). Release: IDNA Convert Service (punycode) 2.0.4 Minor update available for module idna (2.0.4). Release: Bootstrap Cloud 7.1.3 Minor update available for theme bootstrap_cloud (7.1.3). Release: Token Browser 1.0.2 Minor update available for module token_browser (1.0.2). Release: Varbase Project 11.0.8 Minor update available for module varbase_project (11.0.8). Release: Media Remote Image 2.0.0-beta1 First beta version released for module media_entity_remote_image (2.0.0-beta1). Usage Milestone: Term CSV Export Import Module term_csv_export_import crossed 1,000 active installs. Security Coverage: Module Scout Module module_scout now has official Drupal security advisory coverage.

OpenPHP Encryption

1 sites Security covered Drupal 9–11
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-----

Depends on

Dependencies of the latest stable release

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Apr 2026
Latest release
4 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Core Release date
1.0.3 Stable 9–11 Apr 29, 2026