Description
The Arcfour application was developed to be an implementation of the RC4 (a.k.a "arcfour") stream cipher algorithm.
Usage:
- to encrypt source_buffer:
arcfour(destination_buffer, source_buffer, "password");
- to decrypt destination_buffer:
arcfour(source_buffer, destination_buffer, "password");
User Reviews for Arcfour FOR WINDOWS 0
No reviews found