Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Jun 13, 2024
1 parent cc7ffdf commit 832f6ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libclamav/ole2_extract.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,11 +694,11 @@ typedef struct {

const char * const ENCRYPTED_JSON_KEY = "Encrypted";

const char *const RC4_ENCRYPTION = "RC4Encryption";
const char *const RC4_ENCRYPTION = "RC4";
const char *const XOR_OBFUSCATION = "XORObfuscation";
const char *const AES128_ENCRYPTION = "EncryptedWithAES128";
const char *const AES192_ENCRYPTION = "EncryptedWithAES192";
const char *const AES256_ENCRYPTION = "EncryptedWithAES256";
const char *const AES128_ENCRYPTION = "AES128";
const char *const AES192_ENCRYPTION = "AES192";
const char *const AES256_ENCRYPTION = "AES256";
const char * const VELVET_SWEATSHOP_ENCRYPTION = "VelvetSweatshop";
const char * const GENERIC_ENCRYPTED = "ENCRYPTION_TYPE_UNKNOWN";

Expand Down

0 comments on commit 832f6ee

Please sign in to comment.