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

Method SetCmt13Encryption

Libraries/unrar/crypt1.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44void CryptData::SetCmt13Encryption()
45{
46 Method=CRYPT_RAR13;
47 Key13[0]=0;
48 Key13[1]=7;
49 Key13[2]=77;
50}
51
52
53void CryptData::Decrypt13(byte *Data,size_t Count)

Callers 1

DoGetCommentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected