VB6 Tutorial Completely Private Encrypted Messages
VB6 Tutorial Completely Private Encrypted Messages
About this Program,,
It will let a user type or paste a message into it (any message at all)
It then can be Encrypted & sent to whoever the user is sending it to,
The user could even type out the message, Then
Encrypt it, Then copy the Encrypted message & paste the Encrypted message into the body of a email..
NOTE the reciever has to have a copy of the program so they can paste the body of the email into it & Decrypt it to be able to read it,,,
Also note the user could type the message out & Encrypt it,
Then save it ( it will save it as a .ssf File )
Then they could zip & attach the .ssf & send it to the intended viewer
As long as they have the program to open & Decrypt the .ssf File,,,
Both the sender and the reciever HAVE TO HAVE A COPY OF THIS PROGRAM or it will not be read LOL
Duration : 0:10:30
Visua Basic .Net tutorial: MD5 Encrypt
In questo tutorial, spiegherò e vi farò vedere come cryptare una stringa in MD5 (Message Digest algorithm 5) indica un algoritmo crittografico di hashing realizzato da Ronald Rivest nel 1991 e standardizzato con la RFC 1321, per altre info visitate la pagina: http://it.wikipedia.org/wiki/MD5.
—————————————————————————-
In this tutorial, I’ll teach you and I will see how to crypt a string into MD5 (Message Digest algorithm 5) is a widely used cryptographic hash function with a 128-bit hash value. Specified in RFC 1321, for more info visit: http://en.wikipedia.org/wiki/MD5
—————————————————————————-
Download Source Code: http://www.mediafire.com/?zn2mum32mwr
Duration : 0:8:43