No Image

Threading in VC++ by shours

January 29, 2010 muthu 0

Threading is an important part of writing applications. Before you start writing the code, you must think twice on threading. First you have to identify […]

No Image

Hashing Streams in VC++ by shours

January 29, 2010 muthu 0

There are two categories of cryptographic algorithms: symmetric algorithms and asymmetric algorithms. Symmetric cryptographic algorithms all use the same key to encrypt and decrypt. Some […]