Category Archives: Security

VBA – Password Protection

It is possible to set a password for a VBA project. It is also possible to get around this. See: http://datapigtechnologies.com/blog/index.php/hack-into-password-protected-vba-projects/  (local mirror) Use a hex editor Search for DPB and change the B to an X. Save. Re-Open. Set password … Continue reading

Posted in IT, Security | Comments Off on VBA – Password Protection

Reset Windows Passwords for Vista, 7, and 2008 Server

On one of my VMs with Windows 2008 Server, I needed to reset the Administrator password. A quick google led me to a very nice little trick. This also works for Windows Vista, Windows 7 as well as on Windows … Continue reading

Posted in IT, Security | Tagged , , | Comments Off on Reset Windows Passwords for Vista, 7, and 2008 Server

TortoiseSVN Cache Authentication

I mentioned previously over on the Linux Wiki how to remove cached SVN authentication details from your linux shell account. So after reading about how the Apache Foundation Ubuntu’s servers were compromised by hackers and how cached svn authentication details were used, … Continue reading

Posted in IT, Security | Tagged , | Comments Off on TortoiseSVN Cache Authentication