www.mamboteam.com
Home arrow Security News
Thursday, 28 August 2008
 
 
Main Menu
Home
About Me
Website News
Blog
A Tribute to my Grandfather
Projects
Photos
Search
Links
Polls
Digital Fruition
Tumaz
-------------
Security News
Articles
MamboServer
MamboForge
Statistics
Members: 17
News: 42
WebLinks: 5
Visitors: 1247739
Newsflash

Oh, I love Ruby yes I do!
I love Ruby, yes it's true!

Rails makes coding fast and really fun,
Fifteen minutes and the admin side is done!

 AJAX is really where it's at...
Sweet UI effects, you can't beat that!

Security News
Software Security events, concerns, articles. Anything security related.


Red Pill vs Blue Pill Print E-mail
User Rating: / 0
Written by Joshua Gitlin   
Friday, 24 August 2007

Well this is pretty scary. Want to see if the Matrix is real? Quote:

Swallowing the Red Pill is more or less equivalent to the following code (returns non zero when in Matrix):

     int swallow_redpill () {
       unsigned char m[2+4], rpill[] = "\x0f\x01\x0d\x00\x00\x00\x00\xc3";
       *((unsigned*)&rpill[3]) = (unsigned)m;
       ((void(*)())&rpill)();
       return (m[5]>0xd0) ? 1 : 0;
     }

Last Updated ( Thursday, 06 September 2007 )
Read more...
HOWTO: Encrypting a users's home directory on Mac OS X Print E-mail
User Rating: / 3
Written by Joshua Gitlin   
Monday, 29 December 2003

HOWTO: Encrypting a users's home directory on Mac OS X

Author: Joshua Gitlin

This document explains how to place a user's home directory on an encrypted device image (DMG) under Mac OS X 10.1 or later. This is useful to ensure that all the files for the user you decide to encrypt are safe from prying eyes. This document will be of interest to attorneys, doctors, programmers, or anyone else who has sensitive documents (personal files, tax documents, secret or classified documents, etc). Placing the entire user's folder on an encrypted disk ensures that every file belonging to that user will be encrypted (as long as it is saved within their home directory). This includes many log files, preference files, email, AIM or ICQ logs, internet history and cache, etc.

Last Updated ( Saturday, 22 October 2005 )
Read more...
 
Top! Top!