Node Authorization

Component type

module

Categories

Maintenance status

Development status

Downloads

197

Component created

Component changed

Node Authorization allows users to add simple HTTP authorization to individual nodes. This is not a replacement for the user and content access system, just a lightweight alternative to create simple access restrictions on per-node basis. Note that HTTP authorization is not a totally secure system, particularly on non-HTTPS sites. If you require robust security to protect sensitive node content, please use Drupal's more established content access system.

Security IP

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The module is designed to obviate the need to propagate the block of an IP address that is "offensive" across the managed websites portfolio. Whether the websites are hosted at a web agency, or by a third party supplier, or the customer itself among an internal infrastructure.

The aim is to provide a first, but essential, level of protection for those occasions when there is no access to the server.

Encrypt OpenSSL Encryption

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides an Encryption Method plugin to be used with the Drupal 8 Encrypt module. Accordingly, the plugin uses AES-256-CBC cipher via the OpenSSL PHP extension along with HMAC-SHA256 for authentication of the encrypted data.

For enhanced security, the encrypt()/decrypt() functions are taken directly from this excellent resource Encryption, Authentication & Data Integrity in PHP by Enrico Zimuel.

Encryption

Component type

module

Maintenance status

Development status

Downloads

2473

Component created

Component changed

Encryption

This module provides a simple two way encryption solution. There are no module dependencies. It uses openssl which is compiled into php (unless explicitly omitted) to encrypt/decrypt using AES-256-CTR.

You can use dependency injection or Drupal::service('encryption') to get the encryption service. The following is a simple example on how the service can be used:

External Link Noopenizer

Component type

module

Maintenance status

Development status

Component created

Component changed

If pages on your site contain links to untrusted sites and those links open in a new window, your users may be vulnerable to phishing attacks. A full explanation of this vulnerability is available here and here. The long and short of it is that links opened in a new window are granted some access to the originating window.