2
Answers

Encryption and decryption UserId(INT) and Password(text) in .net core

Hi all,
 
my requirement is to encrypt and decrypt UserId(int) and Password(string) values in ASP.NET Core 
 
 
can anyone suggest the code 

Answers (2)