Maintainers monitor issues, but fast responses are not guaranteed.

Blitz.io

A trivial convenience module.

Secrets

This module offers a generic approach to store password-like secrets into the
database. Just like a password, a secret does not get stored in plain text but
rather a salted hash thereof. Therefore the clear text of a secret cannot be
retrieved from the database. But given a clear text string it is possible to
verify if it matches the hash stored in the database.

API

The secret module does not expose any user interface but only two methods and
one hook which can be used by third party modules.

  1. secrets_put_secret($password, $expire = 0x7FFFFFFF)
    Given a password in plain text, create a new record in the database which is valid until the given expiry date (unix timestamp). Returns the sid (secret id) on success.
  2. secret_check_secret($sid, $password)
    Verify if the given plain text password matches the secret with the given sid. Returns true or false.
  3. hook_secrets_delete_multiple(array $sids)
    Invoked whenever one or more secrets are going to be deleted (after hitting their expiry date).

Alternative Hashing Methods

theme7

theme7 is a very small utility module providing theme7() function as a wrapper for core theme() function, with the only differenc

Google Translator

Screenshot of the translator block, just before the user clicks on it

Brings the power of the legacy Google Translate's Website Translator into Drupal, providing an instant translated version of your site's text. Provides the translate switch as a block.

Fields Benchmark

A module to benchmark the performance of fields in Drupal.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained