Skip to content

RageLib.Cryptography.AesEncryption

Jérémie N'gadi edited this page Aug 5, 2018 · 3 revisions

Represents an AES encryption algorithm.

namespace: RageLib.Cryptography

Inheritance Hierarchy

Syntax

public class AesEncryption : IEncryptionAlgorithm

Constructors

prototype description
method AesEncryption (byte[] key, int rounds=1) __

Properties

name description
property Key __
property Rounds __

Methods

prototype description
method [] Decrypt(byte[] data) Decrypts data.
method [] DecryptData(byte[] data, byte[] key, int rounds=1) Decrypts data.
method [] Encrypt(byte[] data) Encrypts data.
method [] EncryptData(byte[] data, byte[] key, int rounds=1) Encrypts data.

Events

name description
Clone this wiki locally