TOlfCryptDecrypt.SwapCrypt Method
Overloads
| SwapCrypt(TStream) |
exchange bytes between a buffer to crypt and the property key |
| SwapCrypt(TStream, TByteDynArray) |
exchange bytes between a buffer to crypt and the key parameter |
exchange bytes between a buffer to crypt and the property key
Delphi
function SwapCrypt(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 crypt and the key parameter
Delphi
class function SwapCrypt(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.