Grzegorz Marszałek schrieb: (...) >>>> but do you know what algorithm is used to scrable password? I'd >>>> like to recreate it my script. >>> Currently, there is no tool for creating the password (other than >>> wpkginst.exe). >>> But it would be a good idea to create one (command line), both for >>> Windows and UNIX. >> Its ugly, but quick. >> >> >> >> $ g++ xmlsettings.cc (...) >> int main(int argc, char *argv[]) >> { >> cout<<CXmlSettings::Crypt(argv[1])<<endl >> <<CXmlSettings::Decrypt(argv[1])<<endl; >> >> return 0; >> } > > > Thank you - that's great code :) > > I'm really no programmer - but could we add this code to next relase > of wpkg-client? Right now - no, as you used all our bandwidth by leaving the whole source code in the email's body (10k sent to all 224 list members!) ;) I'll place it in the downloads if someone asks for it once again (you're the second person as I remember). -- Tomasz Chmielewski http://wpkg.org |