Re: encryption madness

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 47147
interpreted = N
texte = NOW THIS MAKES SENSE TO ME... THANK YOU!!!!!!-----Original Message----- From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of Brian Fries Sent: Thursday, January 23, 2003 1:35 PM To: WebCatalog Talk Subject: Re: encryption madness Two things...1) By using only a single URL in your purchase tag, you are getting the raw encrypted data written to the order file, as you have observed. The problem is that SOMETIMES the encrypt may result in characters that will mess up the order file formatting - like tabs or returns. Using a double-URL will prevent these problems by encoding the dangerous characters. Note that if you do double-URL the value, then you need to UNURL *INSIDE* the DECRYPT in order to get the original value back out (e.g. [decrypt seed=abc][unurl][accountnum][/unurl][/decrypt])2) If you WERE to use WebMerchant to process the transactions, WebMerchant would not be able to use the encrypted account number to pass it on to the transaction processor, because WebMerchant would not know it was encrypted or what seed it was encrypted with, and hence could not decrypt the number.- brian On Thursday, January 23, 2003, at 06:29 AM, Kimberly D. Walls wrote:> I don't understand. A couple of people have posted that it will not > work, > that you can not encrypt a credit card number going into the accountnum > field of an orderfile, but I'm doing it and it's working... I can look > at > that orderfile and see that the credit card number has been encrypted > in the > correct field, so explain to me, if you would... in what way doesn't it > work? > > Isn't it the purpose of this list to figure things out because SM > doesn't? > > Consider, yesterday, I posted numerous times about what I was doing to > secure my credit card information and had more than one reply telling > me > that it seemed to be ok. Now, today... more replies telling me to do > 10 > more things before I can rest easy. Nothing has come from SM, unless I > missed it, and I'm like everyone else on this list... very dependant > upon > this list and the people who use it. > > I'm not insisting on doing things my way, simply trying to figure > out > why there are some who say it doesn't work, yet I look at it and it > appears > to be working, so I'm telling you... that whey I use the following > code: > > [purchase cart=[cart]&accountnum=[url][encrypt > seed=abc][accountnum][/encrypt][/url] > > Then, go to the specific orderfile, I can see that the credit card > number is > encrypted. > > > > > > -----Original Message----- > From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf > Of Kenneth Grome > Sent: Thursday, January 23, 2003 9:03 AM > To: WebCatalog Talk > Subject: Re: encryption madness > > >> Well, at this point in time, the orderfiles are not being processed by >> WebMerchant... so for me, in this instance, it seems to be working. > > WebMerchant has nothing to do with it, but go ahead and continue with > your way of doing it if you insist ... > > > Sincerely, > Kenneth Grome > -- Brian Fries, BrainScan Software -- http://www.brainscansoftware.com -- ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: encryption madness ( Thierry Almy 2004)
  2. Re: encryption madness ( "Scott Anderson" 2004)
  3. Re: encryption madness ( Thierry Almy 2004)
  4. Re: encryption madness ( Squaredancer@t-online.de (Squaredancer) 2004)
  5. encryption madness ( Thierry Almy 2004)
  6. Re: encryption madness (John Hill 2003)
  7. Re: encryption madness (Kimberly D. Walls 2003)
  8. Re: encryption madness (Brian Fries 2003)
  9. Re: encryption madness (Kenneth Grome 2003)
  10. Re: encryption madness (John Hill 2003)
  11. Re: encryption madness (Kimberly D. Walls 2003)
  12. Re: encryption madness (Kenneth Grome 2003)
  13. Re: encryption madness (Kimberly D. Walls 2003)
  14. Re: encryption madness (Kimberly D. Walls 2003)
  15. Re: encryption madness (Kimberly D. Walls 2003)
  16. Re: encryption madness (Stuart Tremain 2003)
  17. Re: encryption madness (Brian Fries 2003)
  18. Re: encryption madness (Kenneth Grome 2003)
  19. Re: encryption madness (Stuart Tremain 2003)
  20. Re: encryption madness (Kenneth Grome 2003)
  21. Re: encryption madness (Donovan 2003)
  22. Re: encryption madness (Glenn Busbin 2003)
  23. Re: encryption madness (Andrew Simpson 2003)
  24. Re: encryption madness (Stuart Tremain 2003)
  25. Re: encryption madness (Tim Robinson 2003)
  26. Re: encryption madness (Andrew Simpson 2003)
  27. Re: encryption madness (Kimberly D. Walls 2003)
  28. Re: encryption madness (Glenn Busbin 2003)
  29. Re: encryption madness (Stuart Tremain 2003)
  30. Re: encryption madness (Rob Marquardt 2003)
  31. Re: encryption madness (Kimberly D. Walls 2003)
  32. Re: encryption madness (Kimberly D. Walls 2003)
  33. Re: encryption madness (Glenn Busbin 2003)
  34. Re: encryption madness (Bob Minor 2003)
  35. encryption madness (Kimberly D. Walls 2003)
NOW THIS MAKES SENSE TO ME... THANK YOU!!!!!!-----Original Message----- From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of Brian Fries Sent: Thursday, January 23, 2003 1:35 PM To: WebCatalog Talk Subject: Re: encryption madness Two things...1) By using only a single URL in your purchase tag, you are getting the raw encrypted data written to the order file, as you have observed. The problem is that SOMETIMES the encrypt may result in characters that will mess up the order file formatting - like tabs or returns. Using a double-URL will prevent these problems by encoding the dangerous characters. Note that if you do double-URL the value, then you need to UNURL *INSIDE* the DECRYPT in order to get the original value back out (e.g. [decrypt seed=abc][unurl][accountnum][/unurl][/decrypt])2) If you WERE to use WebMerchant to process the transactions, WebMerchant would not be able to use the encrypted account number to pass it on to the transaction processor, because WebMerchant would not know it was encrypted or what seed it was encrypted with, and hence could not decrypt the number.- brian On Thursday, January 23, 2003, at 06:29 AM, Kimberly D. Walls wrote:> I don't understand. A couple of people have posted that it will not > work, > that you can not encrypt a credit card number going into the accountnum > field of an orderfile, but I'm doing it and it's working... I can look > at > that orderfile and see that the credit card number has been encrypted > in the > correct field, so explain to me, if you would... in what way doesn't it > work? > > Isn't it the purpose of this list to figure things out because SM > doesn't? > > Consider, yesterday, I posted numerous times about what I was doing to > secure my credit card information and had more than one reply telling > me > that it seemed to be ok. Now, today... more replies telling me to do > 10 > more things before I can rest easy. Nothing has come from SM, unless I > missed it, and I'm like everyone else on this list... very dependant > upon > this list and the people who use it. > > I'm not insisting on doing things my way, simply trying to figure > out > why there are some who say it doesn't work, yet I look at it and it > appears > to be working, so I'm telling you... that whey I use the following > code: > > [purchase cart=[cart]&accountnum=[url][encrypt > seed=abc][accountnum][/encrypt][/url] > > Then, go to the specific orderfile, I can see that the credit card > number is > encrypted. > > > > > > -----Original Message----- > From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf > Of Kenneth Grome > Sent: Thursday, January 23, 2003 9:03 AM > To: WebCatalog Talk > Subject: Re: encryption madness > > >> Well, at this point in time, the orderfiles are not being processed by >> WebMerchant... so for me, in this instance, it seems to be working. > > WebMerchant has nothing to do with it, but go ahead and continue with > your way of doing it if you insist ... > > > Sincerely, > Kenneth Grome > -- Brian Fries, BrainScan Software -- http://www.brainscansoftware.com -- ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Kimberly D. Walls

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

[WebDNA] XML error? (2015) Further tests with the infamous shipCost (1997) Upload (1998) OT: Unix Geek Needed (2005) File not found error message (1998) help wanted, still (1999) Testing the WebCat Email List Members (2000) [WebDNA] TRIM (2008) select multiple 2 more cents (1997) WebCat2 beta FTP site (1997) Bugs still *not* fixed as promised ... (2000) Multipart Form - Ascertain File Type (2007) Just Testing (1997) Cancel Subscription (1996) Reminder... (2003) WebCatalog Technical Reference (1997) WebCat2b15MacPlugIn - [authenticate] not [protect] (1997) Multiple catalog databases and showcart (1997) Frames and WebCat (1997) TaxTotal Problem (1997)