Re: encrypting credentials is done plain wrong
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 13 Apr 2011 11:43:45 +0200
On Wed, Apr 13, 2011 at 11:16, Dmitry <wipedout_at_yandex.ru> wrote:
* CString is not std::string.
> My point is no encryption of program data makes any sense while unsuitable classes like CString are used for data manipulation. The first change should be replacing those classes with something that follows "use, then erase" strategy, then it'd make sense to use encryption. With current implementation the program stores one encrypted copy and an unknown number of unencrypted copies of the same string the program won't even think of.
Read my comment to that commit. I doesn't make any sense. It can't
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2719373 To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].Received on 2011-04-13 11:44:10 CEST |
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.