Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking for user permission on the network drive.
Message
From
22/10/1997 15:45:28
 
 
To
22/10/1997 15:31:00
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00055552
Message ID:
00056151
Views:
36
>>>>>Hi Joe - thanks for answering. That is a good idea, but how would
>>>>>I encrypt the user name?. Would I scramble the letters of
>>>>>the user name and have internal code that unscrambles when
>>>>>it is time to check the user database? thanks .. :)
>>>>
>>>>Another way is to keep the USERS table readonly on the server. No encrypting is needed, but you must have authority to edit it yourself (or whoever is responsible for maintenance must)...
>>>
>>>thanks Bruce - I will make a note of it.... :)
>>
>>Robert,
>> For encripting the user info and such,l why not look at the simple routine like this:
>>
>>Loop Thru the username string
>> GET ASCII Value of the char place in string
>> Add 5 to the above number
>> get Char of the above calculated #
>> add this char into a temp string
>>Endloop
>>
>>replace username in table with the new string
>>
>>When you need to get the username from a user, reverse the procedure to compare the user input against what you have in table..
>>
>>Thanx!
>>
>>Tony Miller
>>Vancouver, Wa
>
>I will check out your Tony - thanks :)

Robert,
Send me some e-mail to my home address (tmiller@transport.com) and we can continue this further..

Thanx!

Tony Miller
Vancouver, Wa
Previous
Reply
Map
View

Click here to load this message in the networking platform