CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Posts
    8

    Exclamation 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

  2. #2
    Join Date
    Jan 2002
    Location
    Helsinki, Finland
    Posts
    99

    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
  •  





Click Here to Expand Forum to Full Width

Featured