Category Archives: Computing

arrMyData(5,5) <> arrMyData(5)(5)

After wasting lots of time on trial and error, I decided to find out what the low-level difference was between vbscript arrays addressed as (x,y) and (x)(y).  Eric Lippert explained it better than I can, so just read his explanation.  … Continue reading

Posted in Computing | Tagged , , , , , , , , , , | 1 Comment

Using a non-MS CA to create EFS and File Recovery certificates

Answers to this quandary, and how I found/derived them below. Third-party certification authority support for encrypting file system Encrypting File System in Windows XP and Windows Server 2003 There are two ways to do this: makecert.exe and using openssl.

Posted in Computing | Tagged , , , | 1 Comment