Actions
Defect #30171
closedDecrypting LDAP and SCM passwords fail if the plaintext password is longer than 31 bytes
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
This issue is originally reported to the community repository on GitHub by Nik Il.
https://github.com/redmine/redmine/pull/112/files
encode64 adds \n every 60 symbols, switch to strict_encode64 method, because .strip not working
Files
Related issues
Updated by Go MAEDA over 6 years ago
- Related to Feature #7411: Option to cipher LDAP ans SCM passwords stored in the database added
Updated by Go MAEDA over 6 years ago
- Subject changed from Passwords encryption does not work if the password is longer than 31 characters to Passwords encryption does not work if the password is longer than 31 bytes
Updated by Go MAEDA over 6 years ago
- Subject changed from Passwords encryption does not work if the password is longer than 31 bytes to Decrypting LDAP and SCM passwords fail if the plaintext password is longer than 31 bytes
- Status changed from Confirmed to Resolved
- Resolution set to Fixed
Actions