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

by Kevin Huang @, (6603 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 ??

locked

Re: Encrypt & Compression a very large file failed

by wodDamir @, (6603 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

locked

Re: Encrypt & Compression a very large file failed

by Jasmine, (6603 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

locked