Yandex.Captcha

Component type

module

Maintenance status

Development status

Downloads

2508

Component created

Component changed

The Yandex.Captcha module uses the Yandex CleanWeb web service to improve the CAPTCHA system. For more information on what Yandex.CleanWeb is, please visit: http://api.yandex.ru/cleanweb/

DEPENDENCIES

Yandex.Captcha depends on the CAPTCHA module.

LaunchKey

Component type

module

Maintenance status

Development status

Component created

Component changed

This module integrates LaunchKey so Drupal users have the ability to log in without the need or liability of passwords using their paired smartphone or tablet.

What is LaunchKey?

LaunchKey is anonymous multi-factor user authentication without passwords for web and native apps. Instead of traditional password-based authentication, LaunchKey pushes authentication requests to a user’s paired device whereby a user can block or authorize the request with a slide of their finger.

Townsend Security Key Connection

Component type

module

Categories

Maintenance status

Development status

Downloads

2649

Component created

Component changed

Secure Key Management is Now Available for Drupal!

The Townsend Security Key Connection module is a plugin for the Encrypt project that allows you to easily and securely retrieve and manage your encryption keys from a remote server. With an easy to use admin interface, simply enter in the parameters of your Townsend Security Alliance Key Manager (AKM) server and rest assured knowing your data has an extra layer of protection.

OpenPGP 7.x

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is experimental code for a 7.x version of the https://drupal.org/project/openpgp module. I hope this sandbox will be somewhat short-lived as I would much rather see this rolled into the main module.

The code is mostly untested, and I can personally only take credit for a few tweaks. This 7.x port is based on the code that Jeriatrix posted to github and announced here: https://drupal.org/node/1155042#comment-6583806

PHP Filter Lock

Component type

module

Maintenance status

Development status

Downloads

539

Component created

Component changed

PHP Filter Lock is a security module for Drupal. It disables the ability to edit text fields using the PHP input format until that text format is changed to another format.

In other words, it blocks users from creating new PHP content in text fields but still permits existing PHP content to load from the database.

Note that the PHP input filter must be named "PHP code" or this module will not work. A small patch is included that extends the core filter module to allow for specific input filter detection.

Gate for login- and mail-process.

Component type

module

Maintenance status

Development status

Downloads

649

Component created

Component changed

This module provide functionality to improve security and mail handling.

Since the main module is hidden on "admin/modules" there is no UI to deactivate. You need a helper like Drush. This concept and code is copied from the module "paranoia" which is also recommended to improve security.

Secure QR Login

Component type

module

Maintenance status

Development status

Downloads

658

Component created

Component changed

This is a placeholder for an integration module of the "Secure QR Login" proposed by Steve Gibson, see https://www.grc.com/sqrl/sqrl.htm

There is no also a test-server available with Drupal 7 and the latest snapshot of this development. As the first SQRL clients are coming to light, this is used to move things forward so that we're ready to go with this module on the same day the v1 of the SQRL API is going to be frozen and published.

RC4 email

Component type

module

Maintenance status

Development status

Downloads

674

Component created

Component changed

This module provides graceful email obfuscation to protect email addresses from harvesting bots on mailto links generated by the Drupal l() function by obfuscating email addresses found in mailto links and its link text. A RC4 ciphertext of the original email address are saved and is later decrypted and reinserted back to HTML by Javascript, providing a transparent experience to sites where a majority of users are using a Javascript-enabled browser, at the same time prevents non-Javascript capable bots (which at the time of writing, are the majority of the bots out there) from harvesting email addresses.

We make good use of the RC4 stream cipher for saving and restoring plain text email addresses, hence "RC4 email".