| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Fri Oct 11, 2002 8:02 pm Post subject: VDSINOUT String Encryption not working |
|
|
I'm trying to encrypt a string with VDSINOUT.DLL, but when I try to use this: @io(ENCCCB,string-to-encrypt-in-CCB-format,pass-phrase) from the help file, the string is returned null. I can't see any data.
Thanks for any tips.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Sun Oct 13, 2002 5:41 pm Post subject: |
|
|
Try
| Code: | %%temp = @io(ENCCCB,string-to-encrypt-in-CCB-format,pass-phrase)
info @io(mslin) |
If there are any errors during encrypting, you can see them
Greetings,
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
|