Click here to Skip to main content
15,886,873 members
Articles / Programming Languages / C++

Product Keys Based on the Advanced Encryption Standard (AES)

Rate me:
Please Sign up or sign in to vote.
4.97/5 (69 votes)
12 Jun 2007CPOL11 min read 300.1K   25.3K   352  
A Compact Product Key System Based on AES and Crypto++
#ifndef __BLOCK_CIPHERS__
#define __BLOCK_CIPHERS__

#include "aes.h"
#include "blowfish.h"
#include "camellia.h"
#include "cast.h"
#include "des.h"
#include "gost.h"
#include "idea.h"
#include "mars.h"
#include "rc2.h"
#include "rc5.h"
#include "rc6.h"
#include "Rijndael.h"
#include "safer.h"
#include "serpent.h"
#include "shacal2.h"
#include "shark.h"
#include "skipjack.h"
#include "tea.h"
#include "3way.h"
#include "twofish.h"
#include "tea.h"

#endif  // __BLOCK_CIPHERS__

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Systems / Hardware Administrator
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions