Error using wodCrypt just for compression (General questions)

by Paco Lianez @, (7067 days ago)

Component Version: 1.2.7.24
Code:
Dim zip As New wodCryptCom
Dim org As New MemBlob
Dim dst As New MemBlob

org.Text = compress me

With zip
.Type = None
.Compression = ZlibCompression
.Encrypt org, dst
End With

Error: Secret Password is not set, or cannot be applied to selected algorithm

locked

Re: Error using wodCrypt just for compression

by Jasmine, (7067 days ago) @ Paco Lianez

Paco,

this is not an error - this is a feature.

But it makes sense what you're saying, 'none' encryption should not need a password. Just to double-check, if you put any password it does work, right?

locked

Re: Error using wodCrypt just for compression

by Paco Lianez @, (7067 days ago) @ Jasmine

Yes, with any password it does work. Thanks

locked

Re: Error using wodCrypt just for compression

by Jasmine, (7067 days ago) @ Paco Lianez

Fixed. Please request update.

locked

Re: Error using wodCrypt just for compression

by Paco Lianez, (7067 days ago) @ Jasmine

Works ok with version 1.2.7.25

Excellent support!!

Thanks

locked