Is it possible to have a human-readable password included in the CSV? The AES module allows the Admin to view the passwords locally, but would it be possible to put them in the CSV, possibly with using the aes_decrypt() function within AES?

Comments

budda’s picture

Passwords are never stored in a reversible format within Drupal. So this would be impossible.