Re: About integers
Re: About integers
- Subject: Re: About integers
- From: Andrew Oliver <email@hidden>
- Date: Tue, 01 Mar 2005 10:12:21 -0800
On 3/1/05 8:10 AM, "francois.houle" <email@hidden> wrote:
> I was told that it should be possible to use applescript to add 32 bit
> unsigned integers to a text file
> Basically what I want to do is get a user name and a password that the user
> would put in through prompts and transform the result of those into the 32
> bit unsigned integers that get written to a blank text file.
> Would that even realy be possible ?
There's nothing special about 32-bit integers, and writing to a file in
AppleScript is trivial.
What isn't clear, though, is how you intend to 'transform the [username and
password] into a 32-bit unsigned integer'.
Are you looking for some kind of hash or checksum calculation that returns a
32-bit integer? Do you want it to be reversible (e.g. take the integer and
return the username/password (good luck on that one)).
Can you provide an example of what you expect to see?
Andrew
:)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden