All Questions
Tagged with compiler secure-coding
2 questions
-2
votes
1
answer
1k
views
How to secure batch script with compiler (not compressor) in Windows?
Batch script, a.k.a. bat or cmd, is good - easy to learn, easy to code, easy to use, easy to distrubute. However it lets coders down when they need to achieve something complex in batch script. The ...
82
votes
10
answers
19k
views
Would it be good secure programming practice to overwrite a "sensitive" variable before deleting it?
Is it good secure programming practice to overwrite sensitive data stored in a variable before it is deleted (or goes out of scope)? My thought is that it would prevent a hacker from being able to ...