You can login if you already have an account or register by clicking the button below.
Registering is free and all you need is a username and password. We never ask you for your e-mail.
I've found that defensive programming is much easier to code than offensive or whatever the other programming model is. To stop someone from doing X, you simple disable the option in code to do such an action. For example, to stop RDP from leaking information, just create a key file for encryption and be done with it, instead of clear text.
view the rest of the comments →
[–] africa_calls_me 0 points 2 points 2 points (+2|-0) ago
I've found that defensive programming is much easier to code than offensive or whatever the other programming model is. To stop someone from doing X, you simple disable the option in code to do such an action. For example, to stop RDP from leaking information, just create a key file for encryption and be done with it, instead of clear text.