| bio | website | boardspace.net |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 9 months |
| seen | yesterday | |
| stats | profile views | 17 |
I develop games for fun.
|
May 16 |
comment |
Why isn't open WiFi encrypted? it sends them to the air - it's called broadcast. Ethernet works that way too; a transmitter just modulates a packet onto the wire. All reveivers receive it, and the one who cares picks it up and does something with it. |
|
May 16 |
answered | Why isn't open WiFi encrypted? |
|
May 15 |
comment |
Designing a Sandbox for Windows the question is "how would you..." I wouldn't. |
|
May 15 |
answered | Designing a Sandbox for Windows |
|
May 9 |
awarded | Scholar |
|
May 9 |
accepted | Generic defense againt SQL injection |
|
May 8 |
awarded | Student |
|
May 8 |
comment |
Generic defense againt SQL injection It only came to my attention because it was filtering a request that had NOTHING to do with SQL. Like shooting a few suspicious customers in hope of preventing a robbery. |
|
May 8 |
asked | Generic defense againt SQL injection |
|
Mar 14 |
answered | Is authentication using personal pictures more secure than passwords? |
|
Feb 25 |
answered | Source code auditing and fake builds |
|
Nov 29 |
answered | How can I send emails anonymously? |
|
Oct 26 |
answered | How to validate if a JavaScript library is secure? |
|
Oct 26 |
comment |
How to validate if a JavaScript library is secure? Secure against what? Nothing that executes on the client side can be trusted by the server side. No matter what code is in your library a malicious user could be modifying it or using something else entirely. |
|
Oct 25 |
awarded | Commentator |
|
Oct 25 |
comment |
How to suspend a user from my website and prevent them from creating a second account? The bottom line is you have to scale your efforts to the realistic threat level. If you're obscure and have nothing worth wrecking or stealing, then you need not work too hard on security. Scale up from there. |
|
Oct 25 |
comment |
How to suspend a user from my website and prevent them from creating a second account? security is a bottomless pit you pour money into. Having someone "skilled" "knowlegable" or some other reassuring adjective do the work is a good start, but no one can offer guarantees. Likewise hiring "white hat hackers" to evaluate your site is a good start, but no one can credibly guarantee the results. |
|
Oct 25 |
comment |
How to suspend a user from my website and prevent them from creating a second account? It's impossible to be sure, and it's very easy to make a huge mistake. Your best defence is to be a small and uninteresting target. |
|
Oct 25 |
answered | How to suspend a user from my website and prevent them from creating a second account? |
|
Oct 23 |
answered | Client side password hashing |