CryptoSys API Library Manual

Example: Blowfish.FileEncrypt 

[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)

[Contents] [Index]

[PREV: Example: Blowfish.FileDecrypt ...]   [Contents]   [Index]   
   [NEXT: Example: Blowfish.Decrypt ...]

Copyright © 2001-23 D.I. Management Services Pty Ltd. All rights reserved. Generated 2023-05-20T13:01:10Z.