Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This doesn't translate...
Message
 
To
21/08/2008 14:57:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01340903
Message ID:
01340912
Views:
7
>Hi All,
>
>I have a simple encryption/decryption routine that uses sys(15) to translate username and password based on the ASCII English US table. Occasionally, the translation fails in spite of the fact that it's the correct language and keyboard setting.
>Can someone tell me what other elements would affect this, like code page, font etc?
>This happened in Vista but has happened in all OS's going back to Win 98.
>
>Thanks,
>Luke

You could use STRCONV() for simple encryption (veery simple :-):
lcPassWord = [SomePassWOrd]
lcEncrypted = STRCONV(lcPassWord ,13)
? lcEncrypted
? STRCONV(lcEncrypted ,14)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform