<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/openusbsecurity/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/openusbsecurity/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/openusbsecurity/bugs/</id><updated>2009-08-28T15:03:32Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>dir.exe cannot be called from program</title><link href="https://sourceforge.net/p/openusbsecurity/bugs/3/" rel="alternate"/><published>2009-08-28T15:03:32Z</published><updated>2009-08-28T15:03:32Z</updated><author><name>Robert Alblas</name><uri>https://sourceforge.net/u/loloftherings/</uri></author><id>https://sourceforge.neta0e30972d3594c9e3cc401eb5adbb8e982cc9e55</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;After some testing, I found out that dir.exe does not run from system(). It does run perfectly from command line though. I think it's a command within cmd.exe.&lt;br /&gt;
Does anybody know a workaround or maybe another method to get the file names from the files directory?&lt;/p&gt;
&lt;p&gt;Function: void runScan()&lt;/p&gt;
&lt;p&gt;This is required for the functioning of the Windows version.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Key File have the same length that the password</title><link href="https://sourceforge.net/p/openusbsecurity/bugs/2/" rel="alternate"/><published>2009-08-13T22:47:34Z</published><updated>2009-08-13T22:47:34Z</updated><author><name>Isseu</name><uri>https://sourceforge.net/u/isseu/</uri></author><id>https://sourceforge.net03e9124eb29529c48975c4e9bb1e3b4623600375</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The hash is not very secure, the lenght of the data of the key file is the same that the real password, the solution of this is change the hash, i say to use a cientifical aproved one like whirpool or more simple md5. If the bug is not corrected a brute-force attack will take a lot of less time&lt;br /&gt;
(sorry for the english)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>attempting to chage dirctory using system() function call</title><link href="https://sourceforge.net/p/openusbsecurity/bugs/1/" rel="alternate"/><published>2009-08-02T04:36:59Z</published><updated>2009-08-02T04:36:59Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net24227f5edfed8f7c71e724a1c90022731970623a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The system() function is used to invoke the command processor. &lt;/p&gt;
&lt;p&gt;system("cd files");&lt;br /&gt;
system("dir *._secured /b /s /a:-d&amp;gt;&amp;gt;..\\securedfilelist");&lt;br /&gt;
system("dir /b /s /a:-d&amp;gt;&amp;gt;..\\filelist");&lt;/p&gt;
&lt;p&gt;When we use the system() function to change the directory the system() function call  is successfully executed. But the directory change is not reflected in the &lt;br /&gt;
successive statements. Therefore the successive statements are run in teh same directory.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>