Browse by Tags

All Tags » Security (RSS)

KB946932: Disabling UAC Prompt for certain apps. Not that useful...

When I found a reference earlier today to this interesting KB I thought " wow, maybe I can finally get rid of the UAC prompts on my gaming PC " (I won't remove them from the development PC under any circumnstance), so I've just finished...

Protecting from SQL Injection in ASP.NET

Today a small post that I had in mind since some time... a quick-list of how to fortify against SQL Injection (and some more general best practices). You can do some javascript, client-side validations to avoid postbacks, but rembember: never, ever trust...

Saturday morning reading: Security

My dog woke me up a bit early so nothing better than a few security articles and slides to start the day. This is what I'm reading right now: - The Silverlight security model ( Parts I , II and III ) - MS Access SQL Injection Cheat Sheet - LDAP &...

Vista vs XP security (for laptops) SANS Paper

The SANS Institute has published an interesting paper about Vista vs XP SP2 security features for laptop users. The paper compares existing (and improved) features and the new features added in vista (like Bitlocker or UAC). It is interesting to read...
Posted by Kartones | with no comments

Summer == Less posts

Lately my posting frecuency has decreased, but it'll never stop ;) The reasons are multiple: It's summer, and in Madrid it means hot, hot, hot (we're getting nearly 40 degrees celsius some days!). And what better to combat hot temperatures...

New book review: Writing Secure code for Windows Vista

Getting to work again on computers related stuff, I've done a new book review, which you can read at the Book Reviews section .
Posted by Kartones | with no comments

Google Gears: A bit unsafe?

Google has recently presented Google Gears , a local DB storage system that currently allows to read feeds offline, and will be used in Google Docs and probably other services in the near future. I tried it for some days, but I've actually uninstalled...
Posted by Kartones | with no comments

ExitWindowsEx not working with Windows XP if computer is locked

Just a quick post of a problem I addressed today while finishing my current assignment. I used the ExitWindowsEx() API call to logoff the user (with the force close flag). In Vista it worked without any problem, logging out the user whenever he was using...

Quick tips for developing under Windows Vista

Now that I'm having quite a lot of development (and fighting with the OS) under Vista, here you are some quick tips that will help you a lot to develop efficiently with Visual Studio 2005. Navigate to C:\Program Files\Microsoft Visual Studio 8\Common7...

5 Things we can learn as developers from videogames

Yesterday, while travelling to work, I thought about what things PC videogames (almost) always do today that should be applied to general development. This are my five ones: Efficient and painless update system : Updates in MMORPGs are very common (both...

Quantum cryptography hacked

Instead of posting about the number of the week , I think it's more interesting to post that quantum cryptography has been hacked . More precisely, wiretrapped (near 40% of information was sniffed). It was a scientific test and would probably fail and...

Cracking a WEP Wifi in less than 2 minutes

It is well known that WEP encryption isn't very safe. The problem is that now it can be done in less than 2 minutes with a 95% of success :O It works as previous attacks, by taking traffic and analyzing it to obtain the cypher key. And that's not all...
Posted by Kartones | with no comments
Filed under: , , ,

Firekeeper: A browser IDS/IPS for Firefox

The Mozilla development group has released an alpha version of Firekeeper , a browser IDS / IPS that secures user browsing by detecting, warning and blocking browser based attack attempts. It scans HTTP/HTTPS response headers, body and URLs, and has a...
Posted by Kartones | with no comments
Filed under: , , ,

An interesting article about Windows Vista security model

Reading some security related RSS feeds, I've came upon an interesting article about the new Vista security model. It explains not only what most of the new features mean ( UAC , UIPI , Integrity Levels , ASLR and the XP-SP2 existing DEP ) with examples...
Posted by Kartones | 2 comment(s)
Filed under: ,

New Cryptographic Algorithms in Visual Studio Orcas

Seems that sooner or later I'll have to switch to Windows Vista... I've just discovered the new CNG API ( Cryptography API: Next Generation )... and apart from new features , I've digged a bit into the new cryptographic algorithms it brings...
Posted by Kartones | with no comments
Filed under: ,