Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checking for user permission on the network drive.
Message
De
22/10/1997 15:45:28
 
 
À
22/10/1997 15:31:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00055552
Message ID:
00056151
Vues:
41
>>>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform