TOlfCryptDecrypt.SwapDecrypt Method
Overloads
| SwapDecrypt(TStream) |
exchange bytes between a buffer to uncrypt and the property key |
| SwapDecrypt(TStream, TByteDynArray) |
exchange bytes between a buffer to uncrypt and the key parameter |
exchange bytes between a buffer to uncrypt and the property key
Delphi
function SwapDecrypt(const AStream: TStream): TMemoryStream
Parameters
- AStream
- TStream
Returns
TMemoryStream
Remarks
You can use the program at https://swapkeysgenerator.olfsoftware.fr/ to generate a compatible Swap keys buffer.
exchange bytes between a buffer to uncrypt and the key parameter
Delphi
class function SwapDecrypt(const AStream: TStream; const AKeys: TByteDynArray): TMemoryStream
Parameters
- AStream
- TStream
- AKeys
- TByteDynArray
Returns
TMemoryStream
Remarks
You can use the program at https://swapkeysgenerator.olfsoftware.fr/ to generate a compatible Swap keys buffer.