Safest Login Form in C# with AES Encryption & Decryption Tutorial Part 1

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


Рекомендации по теме
Комментарии
Автор

7:36
You can use:


if
{ /* Do something */ }
else
{ /* Do something */ }

ddyno
Автор

Password sholud be hashed with one way hashing algorithms not encripting algoritms if you dont want to have a real weak security system

mehmetumutoksuz
Автор

Problem should be using rsa when logging into something externally because it's likely that if you have the aes key being communicated between point a and b then your communication is compromised . Exception client and server is unavailable to public . Rsa fixes the problem because the client generates an aes key randomly and transfers over rsa to the server . After this the server continues communication over aes256 in return to the client. .

gamemaster
Автор

wouldn't it be possible to enchript the password once and then encrypt the entered password and compare the encrypted values?

AstralJaeger
Автор

Where i can get the #AesEncDec LIB CUZ I didnt find it, even in References?
and thx

Itneesh
Автор

Wie kann ich es so umschreiben das sich Leute im Tool Registrieren können aber sich erst dann einloggen können wenn ich dann der jenigen Person per MySQL zugang gebe. Bitte um Antwort ;)

rocketrp
Автор

Here's a complete project made by myself for encrypting and decrypting strings and files, using C# and .NET Standard/Core:


Main repository:

I wish it can help.

alessandrocagliostro
Автор

Just use confuser to obsfuscate the program

ShinyExploits
welcome to shbcf.ru