From 41fd8e09315f94f31977adfb03aa8235e0e05b5f Mon Sep 17 00:00:00 2001
From: ENGO150 <v.smejkal06@gmail.com>
Date: Tue, 8 Mar 2022 19:45:40 +0100
Subject: [PATCH] created basic flags

---
 include/flags.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/flags.h b/include/flags.h
index 902e758..7bc540a 100644
--- a/include/flags.h
+++ b/include/flags.h
@@ -1,4 +1,10 @@
 #ifndef WHY2_FLAGS_H
 #define WHY2_FLAGS_H
 
+#define KEY_LENGTH 50
+#define ENCRYPTION_SEPARATOR '.'
+#define ENCRYPTION_SEPARATOR_STRING "."
+
+#define INVALID_KEY 1
+
 #endif
\ No newline at end of file