Skip to content

samuheet/encryption-in-dotnet-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Encryption methods in dotnet core

Run the EncryptionApp(dotnet run) and enter a key and text. The text gets converted into an encrypted text. Enter the key again to get back the text.

Run the HashingApp to get the hash for the name 'Alice'. Enter your username and password to get the Salted and Hashed value. Use the same username and password to decrypt.

Run the SigningApp to generate a signature for the entered text.

Run the SecureApp with username as 'Alice' and Passoword as 'Pa$$w0rd' to get the role of Alice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages