Re: encrypt/decrypt - are docs correct??

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 41958
interpreted = N
texte = One last thing before i redo parts . . . The [uppercase] location has got me a little confused as well If I examine some of the webdna admin files etc . . . I keep seeing different setups.going into my database . . . [url][url][encrypt seed=xxx][uppercase][pass][/uppercase][/encrypt][/url][/url]coming out of my database [unurl][decrypt seed=xxx][uppercase][pass][/uppercase][/decrypt][/unurl] At 05:35 AM 7/26/02, you wrote: >I'll give it a whirl. >thanks. > > >At 10:33 PM 7/26/02, you wrote: >>After you [url] an ecrypted value, sometimes there can be values that >>still need to be url'd to gointo a database .. [encrypt] & [decrypt] are >>magic tags .. if it works >>don't ask why ;) >> > 2 instances of [url] ??? >> > Why is that?? >> > >> > >> > >> > >> > At 09:12 PM 7/26/02, you wrote: >> >>you need to do the following: >> >> >> >>[url][url][encrypt seed=xxx]data to encrypt[/encrypt][/url][/url] >> >>[unurl][decrypt seed=xxx][the_data_field_name][/decrypt][/unurl] >> >> >> >>this should give you the correct data 'out', >> >>If you use no seed you will not be able to decrypt the data. >> >>Alain >> >> >> >> > Having a tough time getting [encrypt] and [decrypt] >> >> > to work with passwords written into a database. >> >> > >> >> > >> >> > This is right from the online-docs supplied with webdna . . . . >> >> > >> >> > ========================= >> >> > Example (normally you would put the following text into a .tpl file >> >> > on your server and use a web browser to link to it): >> >> > >> >> > [Encrypt seed=abcdefg]Some Text that is private[/Encrypt]
>> >> > [Decrypt seed=abcdefg][Encrypt seed=abcdefg]Some Text that is >> >> > private[/Encrypt][/Decrypt] >> >> > >> >> > In the example above, the first line of displayed text will be >> >> > unintelligible, as seen below. The second line decrypts the text and >> >> > displays it as it was before: >> >> > ========================= >> >> > >> >> > >> >> > Is that right? >> >> > I have to use >> >> > [Decrypt seed=abcdefg][Encrypt seed=abcdefg] >> >> > together??? Doesn't seem right . . . . >> >> > >> >> > And do I always have to use a seed value or can i just use >> >> > [encrypt]text[/encrypt] >> >> > without a seed value when writing into a database >> >> > and [decrypt]text[/decrypt] when getting it back . . . >> >> > >> >> > Docs got me confused there too . . . . . >> >> > >> >> > >> >> > lester >> >> > >> >> > >> >> > ------------------------------------------------------------- >> >> > 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://search.smithmicro.com/ >> >> >> >> >> >>-- >> >>Alain Russell >> >>Blackpepper Interactive >> >>alain.russell@blackpepper.co.nz >> >>ph. 09 520 6280 >> >> >> >> >> >> >> >>------------------------------------------------------------- >> >>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://search.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://search.smithmicro.com/ >> >> >>-- >>Alain Russell >>Blackpepper Interactive >>alain.russell@blackpepper.co.nz >>ph. 09 520 6280 >> >> >> >>------------------------------------------------------------- >>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://search.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://search.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://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: encrypt/decrypt - are docs correct?? (Alain Russell 2002)
  2. Re: encrypt/decrypt - are docs correct?? (Lester Emo 2002)
  3. Re: encrypt/decrypt - are docs correct?? (Lester Emo 2002)
  4. Re: encrypt/decrypt - are docs correct?? (Alain Russell 2002)
  5. Re: encrypt/decrypt - are docs correct?? (Lester Emo 2002)
  6. Re: encrypt/decrypt - are docs correct?? (Alain Russell 2002)
  7. encrypt/decrypt - are docs correct?? (Lester Emo 2002)
One last thing before i redo parts . . . The [uppercase] location has got me a little confused as well If I examine some of the webdna admin files etc . . . I keep seeing different setups.going into my database . . . [url][url][encrypt seed=xxx][uppercase][pass][/uppercase][/encrypt][/url][/url]coming out of my database [unurl][decrypt seed=xxx][uppercase][pass][/uppercase][/decrypt][/unurl] At 05:35 AM 7/26/02, you wrote: >I'll give it a whirl. >thanks. > > >At 10:33 PM 7/26/02, you wrote: >>After you [url] an ecrypted value, sometimes there can be values that >>still need to be url'd to gointo a database .. [encrypt] & [decrypt] are >>magic tags .. if it works >>don't ask why ;) >> > 2 instances of [url] ??? >> > Why is that?? >> > >> > >> > >> > >> > At 09:12 PM 7/26/02, you wrote: >> >>you need to do the following: >> >> >> >>[url][url][encrypt seed=xxx]data to encrypt[/encrypt][/url][/url] >> >>[unurl][decrypt seed=xxx][the_data_field_name][/decrypt][/unurl] >> >> >> >>this should give you the correct data 'out', >> >>If you use no seed you will not be able to decrypt the data. >> >>Alain >> >> >> >> > Having a tough time getting [encrypt] and [decrypt] >> >> > to work with passwords written into a database. >> >> > >> >> > >> >> > This is right from the online-docs supplied with webdna . . . . >> >> > >> >> > ========================= >> >> > Example (normally you would put the following text into a .tpl file >> >> > on your server and use a web browser to link to it): >> >> > >> >> > [Encrypt seed=abcdefg]Some Text that is private[/Encrypt]
>> >> > [Decrypt seed=abcdefg][Encrypt seed=abcdefg]Some Text that is >> >> > private[/Encrypt][/Decrypt] >> >> > >> >> > In the example above, the first line of displayed text will be >> >> > unintelligible, as seen below. The second line decrypts the text and >> >> > displays it as it was before: >> >> > ========================= >> >> > >> >> > >> >> > Is that right? >> >> > I have to use >> >> > [Decrypt seed=abcdefg][Encrypt seed=abcdefg] >> >> > together??? Doesn't seem right . . . . >> >> > >> >> > And do I always have to use a seed value or can i just use >> >> > [encrypt]text[/encrypt] >> >> > without a seed value when writing into a database >> >> > and [decrypt]text[/decrypt] when getting it back . . . >> >> > >> >> > Docs got me confused there too . . . . . >> >> > >> >> > >> >> > lester >> >> > >> >> > >> >> > ------------------------------------------------------------- >> >> > 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://search.smithmicro.com/ >> >> >> >> >> >>-- >> >>Alain Russell >> >>Blackpepper Interactive >> >>alain.russell@blackpepper.co.nz >> >>ph. 09 520 6280 >> >> >> >> >> >> >> >>------------------------------------------------------------- >> >>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://search.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://search.smithmicro.com/ >> >> >>-- >>Alain Russell >>Blackpepper Interactive >>alain.russell@blackpepper.co.nz >>ph. 09 520 6280 >> >> >> >>------------------------------------------------------------- >>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://search.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://search.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://search.smithmicro.com/ Lester Emo

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:

Newbie problem blah blah blah (1997) Using the Tearoom Teamplates (2000) Big Databases (1997) Thanks ! (1997) COST? WebCatalog Training Class July 23-24 in San Diego (2001) Using Plug-In while running 1.6.1 (1997) page redirect in webDNA (1997) WebCat2b12--[searchstring] bug (1997) Error with [applescript] (1999) Moving to a new machine (2006) [lineitems] (2000) Fufillment e-mail? (1998) 2.0 Info (1997) ^ in a path (2001) Great product and great job ! (1997) [protect admin] (1997) Prices Dropped (1998) One more try (1997) PDF template hell (2000) [WebDNA] WebDNA Crashing or Not **YES** (2008)