Encrypt your passwords with MD5 hashing in C#

preview_player
Показать описание
*****************************************

In this tutorial i'm going to show you how to encrypt string
with MD5 hashing in C#
md5 hashing
Рекомендации по теме
Комментарии
Автор

How can I encrypt a list? For example if I input two or more values the program will encrypt those values separately

isaicervantes
Автор

how can we reflect this method in database
i want to encrypt password and stored in database

nelsonsuwal
Автор

How can I change the ecryption back to string?

pamelatoribio
Автор

DO NOT, use this video for passwords. MD5 is completely broken and is no longer secure.

pylotlight