Skip to content

Latest commit

 

History

History

DataEncryptionDecryption_PlainTextEncryptionKey

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Encrypt and decrypt plain text

This sample:

  • Generates a plaintext key.
  • Encrypts and decrypts a string using a plaintext key.
  • Prints plaintext values (before and after encryption) and the encrypted values.

Run the sample

No configuration is needed. Run the sample with below command:

dotnet run