June 14, 2019
Introduction
There are several building blocks in programming that are available in most of the languages and make life easy. For example, the ability to pop up a message. In Win32 that would be MessageBox(). Another building block is Inputbox. InputBox() is a very hand...
April 21, 2019
An article by Michael Haephrati
November 4, 2018
Introduction
I was looking for a simple API for sending WhatsApp messages to a group of programmers at Secured Globe, Inc. There are several service providers and we have chosen one of them (WhatsAppMate) and started a free trial. However, their code samples for using t...
August 25, 2018
Introduction
Microsoft requires drivers developers to pack the drivers files into a single cab and code sign it. I was looking for a way to do so programmatically. I found the MakeCab tool but from first look it allows passing one parameter for the file, so I was lookin...
August 20, 2018
Introduction
Following a question in Stack Overflow, I wrote this article which is about finding the user's email address, or several email addresses if he/she has.
Background
I looked at the Registry to find out how to do so, by searching for my own email address at t...
July 3, 2018
Introduction
This article was written following a need to integrate PayPal Express Checkout in a c++ Win32 application.
Background
I was thinking about integration in the background without any website other than the payment page as part of a desktop application in c++. W...
March 14, 2017
January 31, 2017
Michael Haephrati, CEO and founder of Secured Globe Inc. dives deep into Google Chrome credentials and reveals the secrets behind it.
January 31, 2017
Internet Explorer allows two methods of credentials storage: web sites credentials (for example: your Facebook user and password) and autocomplete data. The data can be easily retrieved by anyone who knows how. This article will show you how.
Introduction
This article is...
January 9, 2017
Michael Haephrati teaches the secrets of extracting data from stored Wi-Fi credentials on a given PC
Featured Posts
Recent Posts
June 14, 2019
April 21, 2019
November 4, 2018
August 25, 2018
August 20, 2018