Commit | Date | |
---|---|---|
2010-06-01 12:27:30 | Tree | |
[r788]
by
delphidabbler
* Updated installer to delete any Password value in ProxyServer section of per-user ini file if file version is earlier than v7. A message is displayed if any password is deleted. |
2010-06-01 12:24:48 | Tree |
[r787]
by
delphidabbler
Noted change to format of Password value in ProxyServer section of per-user ini file and updated per-user ini file version to 7. |
2010-06-01 12:21:35 | Tree |
[r786]
by
delphidabbler
Changed method and format used to store encrypted passwords. Now uses TEncryptor class rather than calling directly into third party UEncrypt unit. Also stores hex representation of encrypted bytes rather than storing encryption directly as text. |
2010-06-01 12:17:58 | Tree |
[r785]
by
delphidabbler
Added new UEncryptor unit that provides a static class that encrypts and decrypts binary data. It acts as a façade to the actual encryption engine. |
2010-06-01 12:15:11 | Tree |
[r784]
by
delphidabbler
Added new UHexUtils unit that provides routines that support conversion of hexadecimal strings to and from the corresponding binary data. |
2010-06-01 12:07:40 | Tree |
2010-06-01 12:04:07 | Tree | |
[r782]
by
delphidabbler
Modified to compile without warnings with revised UEncrypt routines. Now converts encrypted data items to and from UTF-8 before passing to encrypt / decrypt routines. |
2010-05-28 14:09:55 | Tree |
[r781]
by
delphidabbler
* Changed to work on UTF8 strings instead of default ANSI strings. |
2010-05-28 14:04:59 | Tree |
[r780]
by
delphidabbler
Prevented unwanted type conversions to default ANSI string in UUnicodeHelper unit's StringToASCIIString and StringToWindows1252String routines. Used some code from Stack Overflow (http://bit.ly/bAvtGd). |
2010-05-28 13:37:28 | Tree |