Table of Contents

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

encrypted byte[]
password string

Returns

byte[]

Encrypt(byte[], string)

public static byte[] Encrypt(byte[] plaintext, string password)

Parameters

plaintext byte[]
password string

Returns

byte[]