Martin-
Thanks. Good to know.
--
-Mark Wieder
mwie...@ahsoftware.net
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailm
Hi Mark
I am working on a way to have browser based uploads to Amazon S3 buckets.
As part of the upload form you need a policy in JSON format that is base64
encoded then signed using hmacSha1 that signature is then then base64
encoded.
Following that recipe, and using LiveCode's base64encode()
Hi Michael
Thanks! that did the trick.
Martin
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Removing-linebreaks-from-base64encoded-string-tp3803116p3803795.html
Sent from the Revolution - User mailing list archive at Nabble.com.
__
Same here - removing CRs doesn't hinder decoding. I use it frequently.
Phil
On 9/9/11 9:20 PM, stephen barncard wrote:
I have found that Base64 Decode doesn't care. The returns are ignored.
On 9 September 2011 20:01, J. Landman Gay wrote:
On 9/9/11 9:34 PM, Michael Kann wrote:
From the d
I have found that Base64 Decode doesn't care. The returns are ignored.
On 9 September 2011 20:01, J. Landman Gay wrote:
> On 9/9/11 9:34 PM, Michael Kann wrote:
>
>> From the dictionary (4.0):
>>>
>>
>>
> So removing line breaks would wreck the encoding, right?
>
> --
> Jacqueline Landman Gay
Jacque-
Friday, September 9, 2011, 8:01:36 PM, you wrote:
> So removing line breaks would wreck the encoding, right?
It should. Martin, what are you trying to accomplish here?
--
-Mark Wieder
mwie...@ahsoftware.net
___
use-livecode mailing list
us
On 9/9/11 9:34 PM, Michael Kann wrote:
From the dictionary (4.0):
So removing line breaks would wreck the encoding, right?
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
_
>From the dictionary (4.0):
Base 64-encoded data is wrapped at 72 characters, so each line of the encoded
data is 72 characters or (for the last or only line) fewer.
--- On Fri, 9/9/11, Colin Holgate wrote:
From: Colin Holgate
Subject: Re: Removing linebreaks from base64encoded string
Base64 shouldn't have any returns or line breaks in it, should it?
On Sep 9, 2011, at 9:05 PM, Martin Koob wrote:
> I am trying to remove the line breaks from a base64 encoded string.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Plea
repeat for each line k of bad_ base_64_encoded_string
put char 1 to 72 of k after good_ base_64_encoded_string
end repeat
--- On Fri, 9/9/11, Martin Koob wrote:
From: Martin Koob
Subject: Removing linebreaks from base64encoded string
To: use-revolut...@lists.runrev.com
Date: Friday, Septemb
10 matches
Mail list logo