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

This WebDNA talk-list message is from

2008


It keeps the original formatting.
numero = 101272
interpreted = N
texte = This is a multi-part message in MIME format. --------------060901090008080003070808 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Yes the 533000389 is a prime number. Do a Google search for prime numbers and you should fine many sources online. Just pick a favorite number to use on your own. I would suggest something 9 or more digits long. The 40 in my equation was simply part of the example. 10 characters for the user name, 10 characters for the password. Concatenate them together and you have 20 characters. Assuming you use 2 digit numbers in your ascii conversion table these 20 characters would convert to a 40 digit number. The number 125 was just a random number I pulled from thin air simply to add another multiplier into the equation. But you can create any equation you want. Just to make sure everyone is following here's what I'm suggesting for the ascii table: A=24 B=37 C=74 D=82 E=90 F=64 G=83 H=71 *WARNING* make sure you use numbers greater than 9 or this method will fail. So then if you are converting the username ABAB and the password DFGH you would end up with: ABABDFGH = 2437243782648371 That would be the number you then encode with your prime number. Matthew A Perosi JewelerWebsites.com ------------------------------by Psi Prime------- Senior Web Developer 323 Union Blvd. Totowa, NJ 07512 Pre-Sales: 888.872.0274 Service: 973.413.8213 Training: 973.413.8214 Fax: 973.413.8217 http://www.jewelerwebsites.com http://en.wikipedia.org/wiki/Psi_Prime%2C_Inc http://www.psiprime.com Kenneth Grome wrote: >> Wow, that sounds like a lot of overhead. >> I bet the algebra would be a lot faster. >> > > I agree,and it's way more than I want so I'll try something > like you've suggested. > > Is 533000389 a prime number, is that why you selected that > number as the multiplier? Is there any significance to the > use of 40 and 125 in your formula? > > Sorry for the questions but I don't want to use your exact > formula because it's been published now, so I need to know > how to come up with my own formula that's going to be > significantly strong. > > Thanks Matthew. > > Sincerely, > Ken Grome > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > > > --------------060901090008080003070808 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Yes the 533000389 is a prime number.=C2=A0 Do a Google search for prime numbers and you should fine many sources online.=C2=A0 Just pick a favori= te number to use on your own.=C2=A0 I would suggest something 9 or more digi= ts long.

The 40 in my equation was simply part of the example.=C2=A0 10 characters for the user name, 10 characters for the password.=C2=A0 Concatenate them together and you have 20 characters.=C2=A0 Assuming you use 2 digit numbe= rs in your ascii conversion table these 20 characters would convert to a 40 digit number.

The number 125 was just a random number I pulled from thin air simply to add another multiplier into the equation.=C2=A0 But you can create any equation you want.

Just to make sure everyone is following here's what I'm suggesting for the ascii table:
A=3D24
B=3D37
C=3D74
D=3D82
E=3D90
F=3D64
G=3D83
H=3D71
*WARNING* make sure you use numbers greater than 9 or this method will fail.

So then if you are converting the username ABAB and the password DFGH you would end up with:
ABABDFGH =3D 2437243782648371
That would be the number you then encode with your prime number.

Matthew A Perosi            Jewe=lerWebsites.com------------------------------by Psi Prime-------Senior Web Developer             323 Union Blvd.                                 Totowa, NJ 07512Pre-Sales: 888.872.0274Service:   973.413.8213Training:  973.413.8214Fax:       973.413.8217http://www.jewelerwebsites.comhttp://en.wikipedia.org/wiki/Psi_Prime%2C_Inchttp:=//www.psiprime.com


Kenneth Grome wrote:
Wow, that sounds like a lot of overhead.I bet the algebra would be a lot faster.    
I agree,and it's way more than I want so I'll try something=20like you've suggested.  =20Is 533000389 a prime number, is that why you selected that=20number as the multiplier?  Is there any significance to the=20use of 40 and 125 in your formula?Sorry for the questions but I don't want to use your exact=20formula because it's been published now, so I need to know=20how to come up with my own formula that's going to be=20significantly strong.Thanks Matthew.Sincerely,Ken Grome---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list <talk@webdna.us>.To unsubscribe, E-mail to: <talk-leave@webdna.us>archives: http://mail.webdna.us/list/talk@webdna.usold archives: http://dev.webdna.us/TalkListArchive/  
--------------060901090008080003070808-- 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)
This is a multi-part message in MIME format. --------------060901090008080003070808 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Yes the 533000389 is a prime number. Do a Google search for prime numbers and you should fine many sources online. Just pick a favorite number to use on your own. I would suggest something 9 or more digits long. The 40 in my equation was simply part of the example. 10 characters for the user name, 10 characters for the password. Concatenate them together and you have 20 characters. Assuming you use 2 digit numbers in your ascii conversion table these 20 characters would convert to a 40 digit number. The number 125 was just a random number I pulled from thin air simply to add another multiplier into the equation. But you can create any equation you want. Just to make sure everyone is following here's what I'm suggesting for the ascii table: A=24 B=37 C=74 D=82 E=90 F=64 G=83 H=71 *WARNING* make sure you use numbers greater than 9 or this method will fail. So then if you are converting the username ABAB and the password DFGH you would end up with: ABABDFGH = 2437243782648371 That would be the number you then encode with your prime number. Matthew A Perosi JewelerWebsites.com ------------------------------by Psi Prime------- Senior Web Developer 323 Union Blvd. Totowa, NJ 07512 Pre-Sales: 888.872.0274 Service: 973.413.8213 Training: 973.413.8214 Fax: 973.413.8217 http://www.jewelerwebsites.com http://en.wikipedia.org/wiki/Psi_Prime%2C_Inc http://www.psiprime.com Kenneth Grome wrote: >> Wow, that sounds like a lot of overhead. >> I bet the algebra would be a lot faster. >> > > I agree,and it's way more than I want so I'll try something > like you've suggested. > > Is 533000389 a prime number, is that why you selected that > number as the multiplier? Is there any significance to the > use of 40 and 125 in your formula? > > Sorry for the questions but I don't want to use your exact > formula because it's been published now, so I need to know > how to come up with my own formula that's going to be > significantly strong. > > Thanks Matthew. > > Sincerely, > Ken Grome > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > > > --------------060901090008080003070808 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Yes the 533000389 is a prime number.=C2=A0 Do a Google search for prime numbers and you should fine many sources online.=C2=A0 Just pick a favori= te number to use on your own.=C2=A0 I would suggest something 9 or more digi= ts long.

The 40 in my equation was simply part of the example.=C2=A0 10 characters for the user name, 10 characters for the password.=C2=A0 Concatenate them together and you have 20 characters.=C2=A0 Assuming you use 2 digit numbe= rs in your ascii conversion table these 20 characters would convert to a 40 digit number.

The number 125 was just a random number I pulled from thin air simply to add another multiplier into the equation.=C2=A0 But you can create any equation you want.

Just to make sure everyone is following here's what I'm suggesting for the ascii table:
A=3D24
B=3D37
C=3D74
D=3D82
E=3D90
F=3D64
G=3D83
H=3D71
*WARNING* make sure you use numbers greater than 9 or this method will fail.

So then if you are converting the username ABAB and the password DFGH you would end up with:
ABABDFGH =3D 2437243782648371
That would be the number you then encode with your prime number.

Matthew A Perosi            Jewe=lerWebsites.com------------------------------by Psi Prime-------Senior Web Developer             323 Union Blvd.                                 Totowa, NJ 07512Pre-Sales: 888.872.0274Service:   973.413.8213Training:  973.413.8214Fax:       973.413.8217http://www.jewelerwebsites.comhttp://en.wikipedia.org/wiki/Psi_Prime%2C_Inchttp:=//www.psiprime.com


Kenneth Grome wrote:
Wow, that sounds like a lot of overhead.I bet the algebra would be a lot faster.    
I agree,and it's way more than I want so I'll try something=20like you've suggested.  =20Is 533000389 a prime number, is that why you selected that=20number as the multiplier?  Is there any significance to the=20use of 40 and 125 in your formula?Sorry for the questions but I don't want to use your exact=20formula because it's been published now, so I need to know=20how to come up with my own formula that's going to be=20significantly strong.Thanks Matthew.Sincerely,Ken Grome---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list <talk@webdna.us>.To unsubscribe, E-mail to: <talk-leave@webdna.us>archives: http://mail.webdna.us/list/talk@webdna.usold archives: http://dev.webdna.us/TalkListArchive/  
--------------060901090008080003070808-- "Psi Prime, Matthew A Perosi "

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:

WebCat2 - Getting to the browser's username/password data (1997) Multiple Merchant Accounts? (1997) [WebDNA] Test - no messages since 9th of June 2009. (2009) Redirect (2000) RE: [WebDNA] Build Name for 6.1 (2008) WebCat2 - [format thousands] (1997) Searching an Email database (1997) Document Contains No Data! (1997) price on detail, but not shoppingcart (1997) remotely add + sign (1997) [WebDNA] FastCGI version confusion (2011) Error Lob.db records error message not name (1997) WebCat2 - [format thousands] (1997) carriage returns in data (1997) NTbeta18 corrupted? (1997) Webstar 1.3.1 PPC (1997) WebCat2b12 CGI Mac - [shownext] problem (1997) WebCatalog for Postcards ? (1997) [WebDNA] tag [validcard] fails on webdna 7.0. Do I need the (2011) WCS Newbie question (1997)