MAC SECURITY ISSUE! all passwords in cleartext !! :D
3.9 Clear Text Passwords in Swap File
Apple’s Security Framework does not use mlock() or equivalent to prevent passwords to be
swapped to disk. Therefore it is likely, that user passwords and other passwords from the
Keychain will be written to the swap file in clear text. You can verify this on your own Mac by
typing:
sudo strings /var/vm/swapfile0 |grep -A 4 -i longname
longname
Sart
password
XXXXX... (xxxxx... means password in clear text)
shell
--
longname
ogin.done
XTUM
password
XXXXX...
--
longname
XTUM
password
XXXXX...
XTUM
Last edited by aRt; 08-14-2006 at 02:03 AM.
|