rc4conv

Description

rc4conv is a tool that creates encrypted data for the CRYPT_RC4* function.

How to Use

Start Command

% rc4conv [-s] [-t[width]] [-A4] [-o outputFile] <inputFile> <keyFile>

Encrypts inputFile using keyFile.
Up to 16 bytes of binary data can be designated for the key file.

The -s option prevents the "success" message from appearing.

The -A4 option pads the size of the output file with zeros so that it is a multiple of four.

The -o option allows you to specify the name of the output file. If nothing is designated, the output file appends _rc4.bin to the root input file name.

The -t option outputs the output file as a C format text file. By adding options (1|2|4), you can choose between the u8, u16, and u32 types. (Default: u8.)

Location

$NitroCrypto/tools/bin/rc4conv.exe

See Also

CRYPTO_RC4, CRYPTO_RC4Fast

Revision History

02/28/2006 Switched from Crypt to Crypto
01/27/2006 Initial version

CONFIDENTIAL