|
-
July 29th, 2002, 09:19 AM
#1
I can't believe noone can answer this!
Noone knows the answer to this????
Would it be possible to create a secure eCommerse site just using JavaScript? I guess I would use cookies for the shop cart, but what about the Credit Card information that needs to be emailed to me? Would there be a secure way to encrypt the credit card information?
Also - Is there a way to keep my JavaScripts from being downloaded to the client machine? This way, perhaps I may be able to write a small encryption function.
Any thoughts?
Thank you
-
July 29th, 2002, 03:04 PM
#2
Re: I can't believe noone can answer this!
Originally posted by gangelo2
Would it be possible to create a secure eCommerse site just using JavaScript? I guess I would use cookies for the shop cart, but what about the Credit Card information that needs to be emailed to me? Would there be a secure way to encrypt the credit card information?
Also - Is there a way to keep my JavaScripts from being downloaded to the client machine? This way, perhaps I may be able to write a small encryption function.
Any thoughts?
Thank you
There is no certain way sending personal information (like credit card numbers) by e-mail. Someone can always capture your e-mail and decrypt content - sooner or later.
No, there is no way to prevent any client-side information to be downloaded. Actually everything, which is handled by client, is also sent to client computer.
Zvona - First aid for client-side web design
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|