Simple Project for Encryption and Decryption with SHA-256 encryption

It encrypt the string with SHA-256 encryption

Used Cryptography module from .NET library

It can be used in any project as a API to encrypt any secret value with a private key.

Learnt about byte manipulation and how to secure application with encryption.

Share this project:

Updates