Encrypt & Compression a very large file failed - WeOnlyDo Discussion board

Encrypt & Compression a very large file failed (General questions)

by Kevin Huang, Monday, April 09, 2007, 13:57 (6439 days ago)

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

by wodDamir, Monday, April 09, 2007, 16:01 (6439 days ago) @ Kevin Huang

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

by wodSupport, Tuesday, April 10, 2007, 01:12 (6438 days ago) @ wodDamir

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