Drupal is a registered trademark of Dries Buytaert
Release: Drupal 10.3.6 Update released for Drupal core (10.3.6)! Release: Drupal 11.0.5 Update released for Drupal core (11.0.5)! Release: Drupal 10.2.9 Update released for Drupal core (10.2.9)! Release: Drupal 10.2.10 Update released for Drupal core (10.2.10)! Release: Drupal 10.3.7 Update released for Drupal core (10.3.7)! Release: Drupal 11.0.6 Update released for Drupal core (11.0.6)! Release: Drupal 10.3.8 Update released for Drupal core (10.3.8)! Release: Drupal 11.0.7 Update released for Drupal core (11.0.7)! Module Revived: Translation Management Tool 8.x-1.19 Module tmgmt updated after 7 months of inactivity (8.x-1.19). Usage Milestone: Account field split Module account_field_split crossed 10,000 active installs.

Synopsis

Password generator module provides a list of custom passwords from a phrase or set of words to memorize a thin part with moderate complexity.

This module allows you to choose encryption within a character number limit with the following properties: symbols and numbers.

Password generator provide a custom symbols settings form to generate custom passwords.

Installation

composer require 'drupal/pwdgen:^1.0'

Usage

Into administration configuration people area : admin/config/people/generate-password

Insert text to encrypt , select properties and submit the button.

Generated password will be displayed.

Drush

Drush command to generate password from phrase.

Examples:
drush pwdgen:generate 'your text' Generate password with 12 characters.
drush pwdgen:generate --length=20 'your text' Generate password with 20 characters.
drush pwdgen:generate --option=symbols 'your text' Generate password with symbols only.
drush pwdgen:generate --option=numbers 'your text' Generate password with numbers only.

Arguments:
Phrase to encrypt must have at least 6 characters.

Options:
--length[=LENGTH] Length of password. [default: 12]
--option[=OPTION] Option with password only or numbers only.

Aliases: pwdgen

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
2
Tracked since
Nov 2024
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 2
Maintenance
Dormant

Releases

Version Type Core Release date
1.0.9 Stable Nov 12, 2024
1.0.8 Stable Nov 12, 2024