added ENCRYPTION_SEPARATOR_STRING security note
This commit is contained in:
parent
e192b0cd8e
commit
227b933bc4
@ -3,7 +3,7 @@
|
||||
|
||||
//CONSTS
|
||||
#define ENCRYPTION_SEPARATOR '.' //SEPARATOR BETWEEN KEYS
|
||||
#define ENCRYPTION_SEPARATOR_STRING "." //SAME AS ENCRYPTION_SEPARATOR BUT AS STRING
|
||||
#define ENCRYPTION_SEPARATOR_STRING "." //SAME AS ENCRYPTION_SEPARATOR BUT AS STRING > IT'S REALLY BAD IDEA TO CHANGE THIS (IF YOU HAVEN'T CHANGE ENCRYPTION_SEPARATOR, ALREADY) <
|
||||
|
||||
#define SUCCESS 0 //EXIT CODE FOR SUCCESSFUL RUN
|
||||
#define INVALID_KEY 1 //EXIT VALUE FOR INVALID KEY
|
||||
|
Loading…
x
Reference in New Issue
Block a user