Changeset 7693 for trunk/sources
- Timestamp:
- 04/02/12 20:36:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Common/3.3/CryptoService.cs
r7691 r7693 48 48 return System.Text.Encoding.Unicode.GetString(decryptedData); 49 49 } 50 catch (CryptographicException) { 51 // we assume here that the password was saved in clear text in a previous HL version 52 return encryptedData; 53 } 54 catch (FormatException) { 55 return encryptedData; 56 } 50 57 catch (Exception ex) { 51 58 throw ex;
Note: See TracChangeset
for help on using the changeset viewer.