Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.28 KB

csharp_symmetric_string_encryption_key_based.md

File metadata and controls

46 lines (38 loc) · 1.28 KB
title keywords summary permalink folder references authors current_reviews last_updated tags
C# Symmetric String Encryption with key generation
sample
Symmetric string encryption in C# with key generation
csharp_symmetric_string_encryption_key_based.html
C#
name url
Nico Rusam
2018-07-24
C#
CSharp
dotnet core
.net core
AES

Use cases

  • Random key generation
  • Key based encryption of a string

Used .Net version

  • .Net Core 2.1

Example Code for C# based asymmetric key storage

{% include_relative csharp_cryptoexamples/src/ExampleStringEncryptionKeyBased.cs %}

{% include links.html %}