Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.31 KB

File metadata and controls

46 lines (38 loc) · 1.31 KB
title C# Symmetric Password Based String Encryption
keywords sample
summary Password based symmetric string encryption in C#
permalink csharp_symmetric_string_encryption_password_based.html
folder C#
references
url description
Encrypt Decrypt of a String in C# .NET
authors
name url
Nico Rusam
current_reviews
last_updated 2018-07-24
tags
C#
CSharp
dotnet core
.net core
AES
Salt

Use cases

  • Password based encryption of a string
  • Previously shared common secret (password)

Used .Net version

  • .Net Core 2.1

Example Code for C# based asymmetric key storage

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

{% include links.html %}