Re: [Passwordsafe-devel] Design Issues - Env class & Storage class
Popular easy-to-use and secure password manager
Brought to you by:
ronys
From: Jim R. <ji...@ru...> - 2002-05-30 04:34:38
|
> code, it looks a lot like it was designed by a C programmer who learned > C++ by running VC++'s ClassWizard. Oh, there's no doubt about that. You should have seen it before I did enough clean-up to make it readable. On the other hand, it does, for the most part, work. Although some of the encryption code seems to be too complex for the task at hand (all that 'stuff' stuff and 1000-times loops). > First, I suggest we create a global singleton call Env or Config, which > manages all user options. Every choice should be exposed as a property, > The next class we should define I'll simply call "Storage". > It's will be completely in charge of reading & writing the PasswordDb. You volunteering for coding these classes, James? Jim R |