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

How Can I Mitigate Injection/exfiltration Attacks From Dynamic Property Accesses (i.e. Square Bracket Notation) In Javascript?

After setting up eslint-plugin-security, I went on to attempt to address nearly 400 uses of square … Read more How Can I Mitigate Injection/exfiltration Attacks From Dynamic Property Accesses (i.e. Square Bracket Notation) In Javascript?

Long Polling Server Principle (client Authentication)

Let's say that I have a long poll server which works as it should - when new client is connecte… Read more Long Polling Server Principle (client Authentication)

Security Considerations For Javascript/php Registration Email Confirmation Workflow

I am building a user registration workflow for my JavaScript/PHP website. Once the user registers, … Read more Security Considerations For Javascript/php Registration Email Confirmation Workflow

How To Protect/hide Javascript Method Or Js File From User To View

How can I protect my implemented JS methods from user? So that no one could copy these methods. Nor… Read more How To Protect/hide Javascript Method Or Js File From User To View

Unsafe Javascript Attempt To Access Frame In Google Chrome

Our web application (based on HTML5, SVG & JS) runs fine in all the browsers except Google Chro… Read more Unsafe Javascript Attempt To Access Frame In Google Chrome

Get Security Error When Saving Canvas Object Into An Image

Well not exactly. If I just draw (ex lines,rect...) and try to export the canvas as an image. It wo… Read more Get Security Error When Saving Canvas Object Into An Image

Lib To Protect Sql/javascript Injection For Java/jsp

Anyone know a good lib where i can run the strings before they are inserted, that can strip out sql… Read more Lib To Protect Sql/javascript Injection For Java/jsp

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?