<p><br>
On Nov 1, 2011 4:17 PM, &quot;Joel Montes de Oca&quot; &lt;<a href="mailto:joelmontes01@gmail.com">joelmontes01@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On 11/01/2011 02:18 PM, Alan Gauld wrote:<br>
&gt;&gt;<br>
&gt;&gt; On 01/11/11 18:09, Alexander Etter wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi, hopefully a more experience hacker can provide clarity, but how<br>
&gt;&gt;&gt; secure does this login need to be? I dont much about python in DRAM but<br>
&gt;&gt;&gt; your login sounds like it could be easily hacked.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; That depends entirely on how the user is authenticated.<br>
&gt;&gt; (assuming basic things like blanked password fields in the UI etc)<br>
&gt;&gt;<br>
&gt;&gt; For all we know the authentication could be against a central<br>
&gt;&gt; Single Sign On authentication server someplace.<br>
&gt;&gt; The OP didn&#39;t say.<br>
&gt;&gt;<br>
&gt;<br>
&gt; Question, once the code is compiled to a binary, can someone inject code to cause the hidden window to show, skipping the login altogether?</p>
<p>Technically speaking, you could do that with /any/ program in any language. Good security is hard, and some things are just not worth spending that much time on. If good security were easy then photoshop wouldn&#39;t be pirated so much.</p>

<p>-Wayne</p>