www.pudn.com > CipherSystem.rar > MyAllCipherSystem.h
#ifndef MY_ALL_CIPHER_SYSTEM_H #define MY_ALL_CIPHER_SYSTEM_H #include "MyCipherSystem.h" #include "CaeserCipherSystem.h" #include "KeyWordCipherSystem.h" #include "VigenereCipherSystem.h" #include "PlayFairCipherSystem.h" #include "LFSRCipherSystem.h" #include "RC4CipherSystem.h" #include "DESCipherSystem.h" #include "IDEACipherSystem.h" #endif //MY_ALL_CIPHER_SYSTEM_H