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

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 Can I Clean And Sanitize A Url Submitted By A User For Redisplay In Java?

I want a user to be able to submit a url, and then display that url to other users as a link. If I … Read more How Can I Clean And Sanitize A Url Submitted By A User For Redisplay In Java?

Unsafe Javascript Attempt To Access Frame With Url (same Domain!)

From the page file://localhost/Users/pistacchio/dev/epress/catflow/test_html/index.html I have the … Read more Unsafe Javascript Attempt To Access Frame With Url (same Domain!)

Javascript Xss Prevention

There is a Node.js project that sanitizes data and there is an OWASP library for JavaScript that ha… Read more Javascript Xss Prevention

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?

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

Secure Paypal Checkout Client-side?

With paypal's client side checkout they claim you can simply drop their code onto your site (fr… Read more Secure Paypal Checkout Client-side?

Activex Control In Ie Intranet Zone - Blocked Without A Prompt?

I'm writing an intranet page for my company that requires the use of an embedded dll (COM). The… Read more Activex Control In Ie Intranet Zone - Blocked Without A Prompt?