Skip to content
Snippets Groups Projects
Commit f438bba6 authored by Ruben wihler's avatar Ruben wihler
Browse files

renamed class

parent 75d9dc2e
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ using System.Security.Cryptography; ...@@ -8,7 +8,7 @@ using System.Security.Cryptography;
// Asymmetric encryption (RSA): https://learn.microsoft.com/en-us/dotnet/standard/security/encrypting-data#asymmetric-encryption // Asymmetric encryption (RSA): https://learn.microsoft.com/en-us/dotnet/standard/security/encrypting-data#asymmetric-encryption
//Other: //Other:
//AES | initialisation vector (IV) : https://www.techtarget.com/whatis/definition/initialization-vector-IV //AES | initialisation vector (IV) : https://www.techtarget.com/whatis/definition/initialization-vector-IV
public static class EncryptionManager public static class HybridEncryption
{ {
/// <summary> /// <summary>
/// Generate a private/public RSA key and return it in XML string /// Generate a private/public RSA key and return it in XML string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment