Unit 'xlsxdecrypter' Package
[Overview][Constants][Types][Classes][Index] [#pl_fpspreadsheet]

TEncryptionVerifier

Declaration

Source position: xlsxdecrypter.pas line 75

type TEncryptionVerifier = record

  SaltSize: DWord;

  

  Salt: array [0..15] of Byte;

  

  EncryptedVerifier: array [0..15] of Byte;

  

  VerifierHashSize: DWord;

  

  EncryptedVerifierHash: array [0..31] of Byte;

  

end;



CT Web help

CodeTyphon Studio