Dumping Information about DAPI Blobs from Powershell and .NET

This Script identifies the current master key GUID of the blob being encrypted by the system.

AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAVHV+3dV0XEGGpdeIwr/L2wQAAAACAAAAAAADZgAAwAAAABAAAAC3Acu0kGl1ShI7AcSSNulJAAAAAASAAACgAAAAEAAAAAa0kmV05zGLZugZc0g+nKsQAAAAkkkbinmUcBiew391AqPh7hQAAAAfMziHP5hXYfx OmmTywtVTS9cJGA== 01 00 00 00 D0 8C 9D DF 01 15 D1 11 8C 7A 00 C0 4F C2 97 EB 01 00 00 00 54 75 7E DD D5 74 5C 41 86 A5 D7 88 …

Updating VMware Code from Powershell CLI 5.5 to 6.5

Recently our environment has upgraded to Vsphere 6.5 Web Client. During that time our integration broke and we had to update our framework API to make way for the new .NET 4.5 PowerCli(6.5). Once doing this the update to the code was pretty minor. Public VirtualCenter As New VMware.Vim.VimClientImpl ‘This use to be VimClient but …

Creating Logic to receive a File as a WebServer

So Recently I coded this nice little piece for the ESP8266, It sends a Web form asking a User to upload a file to the web server, Now when it does it post the following command back

Hex translated.

We have to parse the data as it comes in

OCR Code adding Threading base Queuing per Yesterdays Logic

So this is amazing and was very much needed. I adopted our Threading Based Queuing code to integrate with Tesseract OCR to chuck out a HUGE WORKLOAD of processing. With the updated code a User can simply select multiple High Detailed images to render and then walk away, The Images are then all translated at …