YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

encrypt user password to match server URL's Options
smartlee
#1 Posted : Sunday, December 29, 2002 1:45:56 AM
Rank: Starting Member

Groups: Registered

Joined: 12/29/2002
Posts: 1
Location: ,
The password user receives upon signing up with PayPal for subscription is different from the one parsed by PayPal to our Server URL through hidden form. For instance, the password the user sees on the subscription confirmation page is "cab-luck", the password parsed through hidden form to our Server URL is "YLQk3VbttGOmI". My guess is that the password showing on Server URL is encrypted. My question is how to encrypt the password user receives to match the one the system receives. Please provide ASP/VBScript sample code. Our site is not on Apache.Thanks
Sponsor  
 
PayPalStephen
#2 Posted : Monday, December 30, 2002 2:47:15 PM
Rank: Starting Member

Groups: Registered

Joined: 10/17/2002
Posts: 2,139
Location: ,
Authenticate Password:

PayPal will generate a username/password pair for each subscriber and communicate these variables to you in your Instant Payment Notification posts.

Your code will activate or deactivate the pairs based on your password protection process.

Note: Passwords sent through IPN will be hashed. The hash is generated by the UNIX crypt() function which is based on the DES hashing algorithm. For more information, type "man crypt" on any UNIX terminal.

Here is a link to a site if you would like to do it manually:
http://www.euronet.nl/~arnow/htpasswd/

Stephen Ivaskevicius
PayPal/eBay, Inc.
www.paypal.com/pdn
paypal_pb
#3 Posted : Monday, December 30, 2002 4:33:31 PM
Rank: Starting Member

Groups: Registered

Joined: 9/16/2002
Posts: 2,960
Location: ,
AspCrypt - http://serverobjects.com/products.htm#free

Patrick Breitenbach
PayPal, Inc.
Dev Net: https://www.paypal.com/pdn
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.162 seconds.