Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variation on Encrypt /Dencrypt function..
Message
From
14/10/2003 13:28:14
 
 
To
14/10/2003 13:08:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00838304
Message ID:
00838619
Views:
14
How do I get the string back?
Fx..
?x.decryptstream(x.EncryptStream("1234567", "123452"),"123452")

Gives my original string but..
x.decryptstream(Strconv(x.EncryptStream("1234567", "123452"),13),"123452")

Just gives garbage?

Thanks
Tim

>cResult = Strconv(cEncryptedStream,13)
>
>
>HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform