Posted by abluehs3 on March 5, 2008 at 7:29pm
Jump to:
| Project: | Profile CSV |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
Passwords are never stored in a reversible format within Drupal. So this would be impossible.