mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-13 11:27:42 +01:00
Now we have to implement custom Process.Start()
This commit is contained in:
parent
e216227429
commit
3e6675adc0
3 changed files with 24 additions and 8 deletions
|
|
@ -8,6 +8,13 @@ namespace Dalamud.Bootstrap.SqexArg
|
|||
{
|
||||
internal static class EncryptedArgumentExtensions
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="argument"></param>
|
||||
/// <param name="key"></param>
|
||||
/// <returns></returns>
|
||||
/// <exception cref="SqexArgException">Thrown when the data property does not have a valid base64 string.</exception>
|
||||
public static string Decrypt(this EncryptedArgument argument, uint key)
|
||||
{
|
||||
Span<byte> keyBytes = stackalloc byte[8];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue