Click here to Skip to main content
15,890,512 members

Videos


Page 3 of 6
1 2 3 4 5 6


41. How Do I Encrypt Java web.xml sections?
Hi, I've got a web.xml file for a java application I am running, the Java application is hosted on a web logic server. Is there anyway I can ecnrypt sections of my web.xml file for the java application similar to... ASP has tool for encrypting sections of the web.config files...
Security » »
CdnSecurityEngineer Updated: 9 Sep 2014
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
42. Why Threat Model
Your Software is insecure If this is the first time you’ve heard this, or you believe otherwise, you’re honestly in the wrong field. Software as good as it is, as useful as it is, as wonderfully inventive as it is,…Read more ›
All Topics » »
CdnSecurityEngineer Updated: 4 Aug 2014
Rating: 5.00/5 ( (4 votes))
43. What is a Security Engineer?
Intro This is an interesting topic, my reasoning for writing this will become clear in the not too distant future, however not many organizations that are actively writing code have many folks focused or dedicated exclusively to security, if you…Read more ›
Security » »
CdnSecurityEngineer Updated: 4 Aug 2014
Rating: 5.00/5 ( (1 vote))
44. Security Design Patterns – Secure Process Creation
Intro – Secure Process Creation I chose the Secure Process Creation pattern as the first pattern to kick of the series on security design patterns because process creation is everywhere in the software world today. Ensuring that the way processes…Read more ›
Security » »
CdnSecurityEngineer Updated: 2 Aug 2014
Rating: 5.00/5 ( (2 votes))
45. How Do I read Console Input in a loop?
Yea....That doesn't really work. The problem came from having this code in a fork'd process and letting the parent process go away.
CdnSecurityEngineer Updated: 1 Aug 2014
Rating: 1.00/5 ( (1 vote))
46. How Do I read Console Input in a loop?
I am compiling this code with G++ 4.7.2, and I am having a hard time continually reading input from the console. The code looks like this. //Ensure the CIN buffer is clear & empty from previous reads std::cin.clear(); std::cin.ignore(INT_MAX, '\r'); std::string uInpt; ...
CdnSecurityEngineer Updated: 1 Aug 2014
Rating: 2.00/5 ( (1 vote))
47. Designing For Security -Security Patterns
How to design for security - security patterns
Security » »
CdnSecurityEngineer Updated: 27 Jul 2014
Rating: 4.50/5 ( (2 votes))
48. Spoofing an IP is Hard
Spoofing an IP is hard
IP » »
CdnSecurityEngineer Updated: 25 Jul 2014
Rating: 5.00/5 ( (8 votes))
49. Innovation Dead On Arrival?
Innovation dead on arrival?
All Topics » »
CdnSecurityEngineer Updated: 19 Feb 2014
Rating: 5.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
50. Exploiting Managed Memory
Exploiting managed memory
CdnSecurityEngineer Updated: 30 Jan 2014
Rating: 4.79/5 ( (10 votes))
51. How to get Textbox Values to another form
Well I don't really believe in giving away answers to Homework questions I will provide some pointers for you to use. You could structure your forms (Something like this) public class FormLogin{ private string userName; private string userPW; public FormLogin() { }...
CdnSecurityEngineer Updated: 29 Jan 2014
Rating: ( (No votes))
52. Correct xml-rpc library to use?
I am in need of an xml-rpc library client for Java 1.7 I thought i could use apache's binaries org.apache.xmlrpc.XmlRpcException found athttp://ws.apache.org/xmlrpc/client.html[^]But every time I try to download the jar files for the client. I am encountering a 404. Does anybody know...
CdnSecurityEngineer Updated: 29 Jan 2014
Rating: ( (No votes))
53. How do I create a Mini Dump? - MiniDumpWriteDmmp
Ok I am kind of confused, I am trying to create a mini dump of my process. Therefore I am calling the code like this. HANDLE hFile = CreateFile((LPCWSTR)"C:\\Test\\Reader4.dmp", // name of the write GENERIC_WRITE, // open for writing ...
CdnSecurityEngineer Updated: 28 Jan 2014
Rating: ( (No votes))
54. Is it possible to have a VB.NET application accessed from multiple touchscreens
IT doesn't sound like you can get away with running your application on 1. computer connected with two screens. Therefore it sounds like you will require two instances of the application. Is it possible to have 1 application, sure: 1. Configuration file, set the configuration file to...
Programming Languages » Visual Basic »
CdnSecurityEngineer Updated: 27 Jan 2014
Rating: ( (No votes))
55. C# question help amswer this questions please
This is a homework question. Do your own homework!
CdnSecurityEngineer Updated: 27 Jan 2014
Rating: 5.00/5 ( (2 votes))
56. Simple Question on C++ Noob
You could use a linked list, of indeterminate size or consider http://www.cplusplus.com/reference/vector/vector/vector/ Then all you need to do is loop until end command entered, add values to your vector, after your end command entered, get an iterator to the vector create a simple variable to...
CdnSecurityEngineer Updated: 27 Jan 2014
Rating: ( (No votes))
57. Reading/Assembling Memory Format (Data)
I am reading all of a processes's memory using C++ ReadProcessMemory. After I am done reading the memory of a process I own, what I do is I dump the memory to a binary file on the disk. I now want to read, that memory into something useful. Since it's the whole memory space of the process then...
CdnSecurityEngineer Updated: 24 Jan 2014
Rating: ( (No votes))

Page 3 of 6
1 2 3 4 5 6