Issue #1 #2 #4 are addressed in this commit. Added another window with controls for key management. Simple ASCII encryption
This commit is contained in:
@@ -9,10 +9,11 @@ QT += widgets
|
||||
INCLUDEPATH += .
|
||||
|
||||
# Input
|
||||
HEADERS += Decryption.h Encryption.h GenerateKeys.h MessagingControls.h Cryption.h
|
||||
HEADERS += Decryption.h Encryption.h GenerateKeys.h MessagingControls.h Cryption.h KeyManagementWindow.h
|
||||
SOURCES += Decryption.cpp \
|
||||
Encryption.cpp \
|
||||
Cryption.cpp \
|
||||
KeyManagementWindow.cpp \
|
||||
GenerateKeys.cpp \
|
||||
Main.cpp \
|
||||
MessagingControls.cpp
|
||||
|
||||
Reference in New Issue
Block a user