/**

popular collection of scripts for all

*/
/** Search */

Security

 }

LTFCrypt

Hits: 20
*****
0.0

Base64 Bit Encryption Tutorial

Hits: 67
*****
4.0

XOR Encryption Tutorial

Hits: 83
*****
3.5
Would you like to use C++ to
This is a short but complete
Learn the basics to xor
 
build your own file
tutorial, that will show you
encryption and write your
 
encryption program? This
how the Base 64 Bit
own program. Some
 
real-world example source
encrypting algorithm works.
programming knowledge is
 
code package contains a
Includes some code examples
required such as C/C++
 
fully functional program
in C++ as well.
languages.
 
that encrypts and decrypts
 
 
 
text or binary files.
 
 
 
This is an easy way for
 
 
 
you to learn how to use
 
 
 
Visual C++ with LibTomCrypt,
 
 
 
a public domain and an ISO C
 
 
 
cryptography library, to
 
 
 
build your own file
 
 
 
encryption program.
 
 
 
Supported ciphers: aes,
 
 
 
blowfish, xtea, rc5, rc6,
 
 
 
safer+, twofish, safer-k64,
 
 
 
safer-sk64, safer-k128,
 
 
 
safer-sk128, rc2, des, 3des,
 
 
 
cast5, noekeon, skipjack,
 
 
 
khazad, and anubis. In
 
 
 
this example source codes,
 
 
 
the symmetric block cipher
 
 
 
chaining mode used is CTR
 
 
 
(Counter Mode). However,
 
 
 
LibTomCrypt also has support
 
 
 
for other modes such as CFB,
 
 
 
OFB, ECB, CBC.
 
 
 


Date: Jan, 25 2006


Date: Oct, 08 2001


Date: Aug, 25 2001
{ Copyright } ©2006 NuclearScripts.com