Description: Simple and very small string crypt/decrypt function
Without using the cryptinit you can already define encrypted strings in the source.
Using the cryptinit function you get a random cryptkey and you need to encrypt all plain strings first.
Example in commented in the source.
To Search:
- [DES] - DES encryption, the document can decrypt
- [crypt] - a sample of crypt/decrypt,use character
- [DesEncryptAndDecrypt] - By running the program, you can text to
- [AesCode] - AES coding algorithm, which can encrypt
File list (Check if you may need any files):
strcrypt.cpp