Feature #364
Self Service Password - hashed captcha private key in configuration file
| Status: | Assigned | Start: | 10/11/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Self Service Password | |||
| Target version: | self-service-password-? |
Description
Is it possible to display the hashed private key of the captcha in the configuration file (and not let it in clear) after the first run ?
History
Updated by Clément OUDOT 6 months ago
- Category set to Self Service Password
- Status changed from New to Assigned
- Assigned to set to Clément OUDOT
- Target version set to self-service-password-?
Same answer as #363, I think we need the cleartext password. Do you see another solution ?
Updated by Yann Bajard 6 months ago
One solution could be to display the ciphered password with an internal key. This solution allows to not displaying the clear password in configuration file altough we can use it (deciphered)
Updated by Clément OUDOT 6 months ago
Yann Bajard wrote:
One solution could be to display the ciphered password with an internal key. This solution allows to not displaying the clear password in configuration file altough we can use it (deciphered)
Hi Yann,
where would be the internal key? In the code? It is as readable as the configuration file...