Opened 13 years ago
Closed 12 years ago
#1809 closed enhancement (done)
The client password should be stored encrypted
Reported by: | ascheibe | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.7 |
Component: | Clients.Common | Version: | 3.3.7 |
Keywords: | Cc: |
Description
Change History (15)
comment:1 Changed 13 years ago by ascheibe
- Status changed from new to accepted
comment:2 Changed 13 years ago by ascheibe
comment:3 Changed 13 years ago by ascheibe
- Owner changed from ascheibe to swagner
- Status changed from accepted to reviewing
comment:4 Changed 13 years ago by ascheibe
- Owner changed from swagner to ascheibe
- Status changed from reviewing to assigned
comment:5 Changed 13 years ago by ascheibe
r7691 fixed capitalization of string
comment:6 Changed 13 years ago by ascheibe
- Owner changed from ascheibe to swagner
- Status changed from assigned to reviewing
comment:7 Changed 13 years ago by ascheibe
- Owner changed from swagner to ascheibe
- Status changed from reviewing to assigned
comment:8 Changed 13 years ago by ascheibe
r7693 don't throw an exception if the user settings contain an unencrypted password
comment:9 Changed 13 years ago by ascheibe
- Owner changed from ascheibe to swagner
- Status changed from assigned to reviewing
comment:10 Changed 12 years ago by mkommend
- Owner changed from swagner to mkommend
comment:11 Changed 12 years ago by mkommend
Is it really necessary to reset the stacktrace in the CryptoService line 57 - 59? All the other changes look good.
comment:12 Changed 12 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from reviewing to assigned
comment:13 Changed 12 years ago by ascheibe
- Status changed from assigned to reviewing
Thanks for the comment, I have removed the unnecessary catch block in r8204.
comment:14 Changed 12 years ago by ascheibe
- Status changed from reviewing to readytorelease
comment:15 Changed 12 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.6 to 3.3.7
Note: See
TracTickets for help on using
tickets.
r7690 added password encryption/decryption for Clients.Common