Error using wodCrypt just for compression (General questions)
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
Complete thread:
- Error using wodCrypt just for compression - Paco Lianez, 2005-12-27, 11:06
- Re: Error using wodCrypt just for compression - wodSupport, 2005-12-27, 11:09
- Re: Error using wodCrypt just for compression - Paco Lianez, 2005-12-27, 11:16
- Re: Error using wodCrypt just for compression - wodSupport, 2005-12-27, 17:24
- Re: Error using wodCrypt just for compression - Paco Lianez, 2005-12-27, 18:07
- Re: Error using wodCrypt just for compression - wodSupport, 2005-12-27, 17:24
- Re: Error using wodCrypt just for compression - Paco Lianez, 2005-12-27, 11:16
- Re: Error using wodCrypt just for compression - wodSupport, 2005-12-27, 11:09