Skip to content Skip to sidebar Skip to footer
Showing posts with the label Security

Node Js, How To Extract X.509 Certificate From P12 File?

I have p12 file, where I should get X.509 Certificate. In order to work with this file I use forge … Read more Node Js, How To Extract X.509 Certificate From P12 File?

Deny Direct Access To Javascript Files In Iis Web Server

I have a web application which is in php and java script. if someone tries to enter the path of th… Read more Deny Direct Access To Javascript Files In Iis Web Server

Javascript Activexobject

I have a queastion about ActiveXObject in javascript. I have tryed this code in Mozila FireFox 6.0.… Read more Javascript Activexobject

Prevent Hidden Input From Being Altered

This has been stressing me out.. I have a hidden input: I'm populating the hidden input with … Read more Prevent Hidden Input From Being Altered

Web Authentication - How To Securely Transfer Username/password From The Client To The Server

I have a web application (Java) that I am trying to launch. The user needs to login to the system t… Read more Web Authentication - How To Securely Transfer Username/password From The Client To The Server

How To Encrypt Data In Javascript And Decrypt In Php?

Is there any javascript function that can encrypt data: For example i want to use encrypted data in… Read more How To Encrypt Data In Javascript And Decrypt In Php?

Client Dom Open Redirect For Javascript

I'm getting Client DOM Open Redirect security issue on scan for the following piece of code. Th… Read more Client Dom Open Redirect For Javascript

What Happens To Form / Javascript Data When Browser Window Is Closed?

I have a html form which collects data in input elements and then generates a PDF (using jsPDF) for… Read more What Happens To Form / Javascript Data When Browser Window Is Closed?