Codemaid
This commit is contained in:
@@ -8,7 +8,7 @@ public class AesDecryptor :
|
||||
private const int IvSize = 16;
|
||||
|
||||
public bool TryDecrypt(byte[] cipher,
|
||||
byte[] key,
|
||||
byte[] key,
|
||||
out byte[]? decryptedData)
|
||||
{
|
||||
decryptedData = null;
|
||||
@@ -47,4 +47,4 @@ public class AesDecryptor :
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user