forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 15
RageLib.Cryptography.AesEncryption
Jérémie N'gadi edited this page Aug 5, 2018
·
3 revisions
Represents an AES encryption algorithm.
namespace: RageLib.Cryptography
-
IEncryptionAlgorithm
AesEncryption
public class AesEncryption : IEncryptionAlgorithm
⬜ | prototype | description |
---|---|---|
method | AesEncryption (byte[] key, int rounds=1) |
__ |
⬜ | name | description |
---|---|---|
property | Key |
__ |
property | Rounds |
__ |
⬜ | 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. |
⬜ | name | description |
---|