Re: [WebDNA] Encode cookies ONLY via "method=Base64"

This WebDNA talk-list message is from

2008


It keeps the original formatting.
numero = 101296
interpreted = N
texte = Brian Fries wrote: > Encrypted cookies do work, but it takes two url's going in, and none > coming back out. > > To set the cookie: > [setcookie domain=yourdomain.com&name=crypt&value=[url][url][encrypt > seed=12345678]bob the builder[/encrypt][/url][/url]] > > To retrieve the cookie: > [decrypt seed=12345678][getcookie name=crypt][/decrypt] > > This has been tested on multiple server platforms, including WebDNA > 5.1c and 6.0.1 on Mac, and 6.0a on Red Hat. > > Brian Fries > BrainScan Software Brian, I took a few minutes to try your code out. so far, my tests on windows and linux show that this conevention works every time. ..so, now we have a third encrypt/decrypt convention it appears. ;-) The question is, do we simply document well all these conventions, or do we try to unify the conventions? We'll definately look at this when we get to that phase. You guys make our job easier! (well, most of you! ;-) ) Donovan -- Donovan D. Brooke PH/FAX: 1 (608) 291-2024 ---------------------------------------------- VP WebDNA Software Corporation 16192 Coastal Highway Lewes, DE 19958 Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Stuart Tremain 2012)
  2. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Brian Fries 2012)
  3. Re: [WebDNA] Encode cookies ONLY via "method=Base64" ("Psi Prime Inc, Matthew A Perosi " 2012)
  4. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Govinda 2012)
  5. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Stuart Tremain 2012)
  6. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  7. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  8. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  9. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  10. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  11. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  12. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  13. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  14. Re: [WebDNA] Encode cookies ONLY via "method=Base64" ("Gary Krockover" 2008)
  15. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  16. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  17. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Marc Thompson 2008)
  18. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Bob Minor 2008)
  19. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Brian Fries 2008)
  20. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Marc Thompson 2008)
  21. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Patrick McCormick 2008)
  22. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  23. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Brian Fries 2008)
  24. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Christer Olsson 2008)
  25. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  26. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  27. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  28. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  29. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  30. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  31. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  32. Re: [WebDNA] Encode cookies ONLY via "method=Base64" ("Psi Prime, Matthew A Perosi " 2008)
  33. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Stuart Tremain 2008)
  34. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Bob Minor 2008)
  35. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  36. RE: [WebDNA] Encode cookies ONLY via "method=Base64" ("Olin Lagon" 2008)
  37. RE: [WebDNA] Encode cookies ONLY via "method=Base64" ("Olin Lagon" 2008)
  38. Re: [WebDNA] Encode cookies ONLY via "method=Base64" ("Psi Prime, Matthew A Perosi " 2008)
  39. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  40. Re: [WebDNA] Encode cookies ONLY via "method=Base64" ("Psi Prime, Matthew A Perosi " 2008)
  41. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  42. Re: [WebDNA] Encode cookies ONLY via "method=Base64" ("Psi Prime, Matthew A Perosi " 2008)
  43. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  44. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Stuart Tremain 2008)
  45. [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
Brian Fries wrote: > Encrypted cookies do work, but it takes two url's going in, and none > coming back out. > > To set the cookie: > [setcookie domain=yourdomain.com&name=crypt&value=[url][url][encrypt > seed=12345678]bob the builder[/encrypt][/url][/url]] > > To retrieve the cookie: > [decrypt seed=12345678][getcookie name=crypt][/decrypt] > > This has been tested on multiple server platforms, including WebDNA > 5.1c and 6.0.1 on Mac, and 6.0a on Red Hat. > > Brian Fries > BrainScan Software Brian, I took a few minutes to try your code out. so far, my tests on windows and linux show that this conevention works every time. ..so, now we have a third encrypt/decrypt convention it appears. ;-) The question is, do we simply document well all these conventions, or do we try to unify the conventions? We'll definately look at this when we get to that phase. You guys make our job easier! (well, most of you! ;-) ) Donovan -- Donovan D. Brooke PH/FAX: 1 (608) 291-2024 ---------------------------------------------- VP WebDNA Software Corporation 16192 Coastal Highway Lewes, DE 19958 Donovan Brooke

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:

Search Trouble (2002) Apple event reply error (-1) (1997) Templates on Unix & CGI on Mac? (1997) autosensing lanague selection (1997) Purchae error - Fixed to a degree (1997) [if][/if] weirdness (2000) question: back button prevention (1997) Limiting user access to .tmpl files (1997) help! problem using [referrer] still in 2.01 (1997) Exclamation point (1997) [protect] on NT? (1997) oops private message leaked into talk list (1997) WebCat2b15MacPlugin - [protect] (1997) [HIDEIF] inside [FOUNDITEM] (1997) [WebDNA] proxy server domains mysteriously appear in webdna's domain list (2010) page chokes on hideif when false and ignored (1998) HELP WITH DATES (1997) Version 2.0 and 1.6 simultaneous (1997) PCS Frames (1997) Ooops..Broswer Info.txt (was Web*SSL and WebCatalog) (1997)