How To Get The MD5 Hash Of A File In VB.NET

How To Get The MD5 Hash Of A File In VB.NET
MD5 is a widely used cryptographic algorithm that produces a 128-BIT hash value. I think all the files you have in your computer has a unique md5 hash.. in some virus scanning process the files get identified easily with the hash value. Today we are...

How To Use TinyURL API In VB.NET

How To Use TinyURL API In VB.NET
TinyURL is a URL shortening service a web service that provides short URLs for redirection of long URLs. This can be achieved very easily in PHP, I posted a PHP snippet about this you could reach it from here. Last year I created a TinyURL shortener...

Cryptographic Algorithms For VB.NET

Cryptographic Algorithms For VB.NET
I wanted to share some Cryptographic Algorithms with you all and by the way cryptographic is a very important resource for programmers all the way . Triple DES - triple data encryption (3DES) Imports System.Text Imports System.Security.Cryptography Public...