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

Why Can't An Iframe Set Its Parent's Location.hash?

I have a window containing an iframe, containing an iframe, like so: +---------------+ | Top … Read more Why Can't An Iframe Set Its Parent's Location.hash?

Why Are Cross Origin Workers Blocked And Why Is The Workaround Ok?

Recently I worked on a library that supports using workers for some heavy lifting. I found out that… Read more Why Are Cross Origin Workers Blocked And Why Is The Workaround Ok?

Persist Sensitive Data In Browser? Possible?

I was wondering if these is some kind of technique so persist sensitive data out of a web app. I kn… Read more Persist Sensitive Data In Browser? Possible?

Established Javascript Solution For Secure Registration & Authentication Without Ssl

Is there any solution for secure user registration and authentication without SSL? With 'secur… Read more Established Javascript Solution For Secure Registration & Authentication Without Ssl

Avoid Activex To Save A File

There is a function that returns an array from a table: GetFilteredData: function() /*========… Read more Avoid Activex To Save A File

Securing Websockets

Right now our application is designed to facilitate all communication via websockets after the init… Read more Securing Websockets

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

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