Encrypt a file using RC4-compatible algorithm
public static int File( string fileOut, string fileIn, byte[] key )
Public Shared Function File ( _ fileOut As String, _ fileIn As String, _ key As Byte() _ ) As Integer
0 if successful or non-zero error code
See Example1
VB6/C equivalent: PC1_File