Commit | Date | |
---|---|---|
[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 |
2010-05-27 09:48:18 | Tree | |
2010-05-27 09:43:23 | Tree | |
2010-05-27 00:40:45 | Tree |