Joe,
Thanks and it can't be that easy can it?
Wow! I can do that :)
Ok, tell me this about the line of code:
myOutputStream.WriteLine MD5( thePassword )
thePassword? Is this the Editfield text, like this - thePassword.text?
Now, we got the writing TO the text file, now how do I read FROM it?
Questions, questions, questions... lol
Jonathon
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "REALbasic NUG" <[email protected]>
Sent: Monday, May 01, 2006 6:59 PM
Subject: Re: PASSWORD PROTECTED data in Text file saved how?
On May 02, 2006, at 00:46 UTC, Jonathon Bevar wrote:
But, what in the world is MD5?
It's a one-way hash function... that means that it takes a string of text,
and converts it to a string of gibberish, in a way that (1) is unlikely to
produce the same gibberish for two different pieces of text, yet (2)
doesn't provide any practical way to recover the original text from the
gibberish.
I did check the LR, and did see what MD5 is all about but, could you show
me
a simple piece of code that would work. All I need is for the Password
to
be encrypted, then saved to a text file.
myOutputStream.WriteLine MD5( thePassword )
C'est tout!
Best,
- Joe
--
Joe Strout -- [EMAIL PROTECTED]
Available for custom REALbasic programming or instruction.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/327 - Release Date: 4/28/2006
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/327 - Release Date: 4/28/2006
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>