[VB6 equivalent: BLF_FileHex]
Dim nRet As Integer ' Encrypt plaintext file to cipher nRet = Blowfish.FileEncrypt("bigfile.cbc", "bigfile.dat", _ "fedcba9876543210fedcba9876543210", Mode.CBC, "0123456789abcdef") Console.WriteLine(nRet)
See Also:
Blowfish.FileDecrypt Method (String, String, String, Mode, String)
Blowfish.FileEncrypt Method (String, String, String, Mode, String)