Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 256 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 256 Bytes

RC4_Encrypt-Decrypt

RC4 encryption and decryption tool (c#)

Usage:

data_file: binary file to decode

key_file: binary file with the key

output_file: if not specified it will display the output on screen

rc4ed.exe data_file key_file output_file