Re: encrypt/decrypt - are docs correct??

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 41959
interpreted = N
texte = If you store the [pass] as uppercase then you should not need to [uppercase] it in the decrypt,and certainly not inside the decrypt tags .. easiest to just leave it out.going into my database . . . [url][url][encrypt seed=xxx][uppercase][pass][/uppercase][/encrypt][/url][/url]will store and uppercase encrypted password ..coming out of my database [unurl][decrypt seed=xxx][pass][/decrypt][/unurl] will return a decrypted password in uppercase.Alain > 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/ -- 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/ 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)
If you store the [pass] as uppercase then you should not need to [uppercase] it in the decrypt,and certainly not inside the decrypt tags .. easiest to just leave it out.going into my database . . . [url][url][encrypt seed=xxx][uppercase][pass][/uppercase][/encrypt][/url][/url]will store and uppercase encrypted password ..coming out of my database [unurl][decrypt seed=xxx][pass][/decrypt][/unurl] will return a decrypted password in uppercase.Alain > 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/ -- 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/ Alain Russell

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:

String manipulation in Webcatalog (2001) MATH TIME (1997) WebCat2b15MacPlugin - [protect] (1997) Replacing a variable within a variable. (1998) Multithreading of [replace] (1999) WYSIWYG HTML editor for use in browser (2001) [OT] Backup/ failsafe strategies (2003) Multiple SSL Keys (1998) Error:Too many nested [xxx] contexts (1997) WebTV, IPAddress, Cookies, IDEAS?? (1998) AutoCommit Preference? (1998) For those of you not on the WebCatalog Beta... (1997) [getchars] questions (1997) WebCat BeOS (2002) web delivery (1997) Discount solution? (1998) Creating 404 Not Found pages (1999) WebCat2 Append problem (B14Macacgi) (1997) Part Html part WebDNA (1997) Lookups (2000)