diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-05 14:14:46 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-05 14:14:46 +0200 |
| commit | a2737677508333c18253730b46b6c368e4743eac (patch) | |
| tree | 7f138914c21784674777a42fd4a1116cf3ed2b01 /IT-Sicherheit_SS2015_BaseProject.pro | |
| parent | be846db403c29c77bfb72633d87a7c72a48562b6 (diff) | |
| download | IT-Sicherheit-a2737677508333c18253730b46b6c368e4743eac.tar.gz IT-Sicherheit-a2737677508333c18253730b46b6c368e4743eac.zip | |
Add RC4 encryption from OpenSSL
Diffstat (limited to 'IT-Sicherheit_SS2015_BaseProject.pro')
| -rw-r--r-- | IT-Sicherheit_SS2015_BaseProject.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/IT-Sicherheit_SS2015_BaseProject.pro b/IT-Sicherheit_SS2015_BaseProject.pro index 2711faf..dee335b 100644 --- a/IT-Sicherheit_SS2015_BaseProject.pro +++ b/IT-Sicherheit_SS2015_BaseProject.pro @@ -26,7 +26,9 @@ SOURCES += src/main.cpp \ src/crypt/cryptengine.cpp \ src/cipherssingleton.cpp \ src/spinboxciphers.cpp \ - src/crypt/cryptclasscaesar.cpp + src/crypt/cryptclasscaesar.cpp \ + src/crypt/cryptclassrc4.cpp \ + src/crypt/cryptrc4.cpp HEADERS += src/mainwindow.h \ src/tabwidgetselectalgorithm.h \ @@ -40,7 +42,9 @@ HEADERS += src/mainwindow.h \ src/crypt/cryptengine.h \ src/cipherssingleton.h \ src/spinboxciphers.h \ - src/crypt/cryptclasscaesar.h + src/crypt/cryptclasscaesar.h \ + src/crypt/cryptclassrc4.h \ + src/crypt/cryptrc4.h FORMS += src/forms/mainwindow.ui \ src/forms/tabsymmetric.ui \ |
