MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / CryptHeader

Class CryptHeader

Libraries/unrar/headers.hpp:288–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286
287
288struct CryptHeader:BaseBlock
289{
290 bool UsePswCheck;
291 uint Lg2Count; // Log2 of PBKDF2 repetition count.
292 byte Salt[SIZE_SALT50];
293 byte PswCheck[SIZE_PSWCHECK];
294};
295
296
297// SubBlockHeader and its successors were used in RAR 2.x format.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected