Encrypt & Compression a very large file failed (General questions)
I use the code below to encrypt & compress a very large text file (over 2 giga bytes), but failed (The length of result file is 0 bytes).
Dim objCipher As New WODCRYPTCOMLib.wodCryptCom
Dim fbSrc As New WODCRYPTCOMLib.FileBlob
Dim fbDest As New WODCRYPTCOMLib.FileBlob
With objCipher
.Optimized = False
.Type = EncryptType
.Licensekey = MyLicensekey
.Compression = ZlibCompression
.SecretKey = Thisisatest
End With
fbSrc.FileName = C:SrcTestFile.txt
fbDest.FileName = C:DestTestFile.txt
Call g_objCipher.Encrypt(fbSrc, fbDest)
Can wodCrypt support very large file ??
Re: Encrypt & Compression a very large file failed
Kevin,
I've duplicated the issue. I'll need to consult with our main programmer, and we'll get back to you.
Regards,
Damba
Re: Encrypt & Compression a very large file failed
Kevin,
I think this is now fixed (up to 4.7gb). Would you be so kind to request update (if you're licensed user) or just download wodCrypt again (if you still use demo version) and try it out?
Regards,
Kreso