Class AesGcmHelper
- Namespace
- NLightning.Node.Helpers
- Assembly
- NLightning.Node.dll
public static class AesGcmHelper
- Inheritance
-
AesGcmHelper
- Inherited Members
Methods
Decrypt(byte[], string)
public static byte[] Decrypt(byte[] encrypted, string password)
Parameters
Returns
- byte[]
Encrypt(byte[], string)
public static byte[] Encrypt(byte[] plaintext, string password)
Parameters
Returns
- byte[]