CakePHP Password

Component type

module

Categories

Maintenance status

Development status

Downloads

288

Component created

Component changed

This module extends core PhpassHashedPassword check method by making an additional check following the CakePHP passwords hash methodology.

You would need it in the case of users migration from CakePHP to Drupal and resetting the passwords is not an option for you.

Advanced ban

Component type

module

Maintenance status

Development status

Downloads

159

Component created

Component changed

Advanced ban is a replacement to Drupal's ban module. Advanced ban module allows administrators to ban visits to their site from IP addresses like core ban module and has additive features:

  • IP range ban (IPv4 only)
  • Blocked IPs expire (unblock by cron)

Supported by Autoban module.

Client-Side Content Encryption

Component type

module

Categories

Maintenance status

Development status

Downloads

219

Component created

Component changed

Introduction

This module implements client-side, asymmetric encryption of content using Stanford JavaScript Crypto library using Elliptic Curve Cryptography.

Module installation

1. Get the module by running following commands while in the root of your Drupal installation:

cd modules
git clone --branch 8.x-1.x git.drupal.org:project/encrypt_content_client.git

2. Install required libraries:

incapsula

Component type

module

Maintenance status

Development status

Downloads

58

Component created

Component changed

This module provides integration with the Incapsula Imperva: Web Application Firewall. It allows the purging of content and assets when they are saved. A complete purge of the cache is supported through the provided cache hooks in Drupal.

Next to this there is the management of whitelisted IPs, blacklisted IPS, blocked URLs and blocked country/continents through Incapsula from Drupal.

SETUP

To start using this module do the following:

Login Trust

Component type

module

Maintenance status

Development status

Component created

Component changed

Beginning of a new module for establishing user trust profiles, and activities around untrusted/suspicious access.

The goal of this project is to create a system of trust around how users login to their Drupal accounts, and in the event that a login is deemed suspicious when compared to previous logins, it should notify the account owner.