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

What Exactly Can An Iframe Do With The Top.location Object (cross-domain)?

There is a very particular edge case in cross-domain policies regarding the window.top.Location obj… Read more What Exactly Can An Iframe Do With The Top.location Object (cross-domain)?

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

Ember Best Practices For Loading Javascript/app Only After Authentication

Starting a new Ember app and was prepared to follow token authentication type structure for authent… Read more Ember Best Practices For Loading Javascript/app Only After Authentication

Prevent User To Find Password Through Firebug/chrome Dev Tools

For the passport input field: When the Solution 1: Short answer: It can not be prevented, unfor… Read more Prevent User To Find Password Through Firebug/chrome Dev Tools

Authenticate Without Using A Server

I'm looking for ideas to authenticate a user without the usual trip to a server. Any semi-secur… Read more Authenticate Without Using A 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?

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

How To Hide Or Secure Javascript Code From Client Side

How to secure or hide javascript code on client side. Is there any way to doing so. Thank You Solut… Read more How To Hide Or Secure Javascript Code From Client Side