ajout du crypteur en WIP

This commit is contained in:
2023-02-03 17:13:17 +01:00
parent 6c9a923193
commit 7902e172e9
12 changed files with 560 additions and 3 deletions

5
Crypter/config.hpp Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
const int PROB_ANSI = 50;
const int CODE_BLOCK_CALL_COUNT_MIN = 5;
const int CODE_BLOCK_CALL_COUNT_MAX = 15;