rakuten / as3crypto

Automatically exported from code.google.com/p/as3crypto
0 stars 1 forks source link

Base64 #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. MIME does not specify a fixed length for base64-encoded lines, but it 
does specify a maximum line length of 76 characters. Additionally it 
specifies that any extra-alphabetic characters must be ignored by a 
compliant decoder, although most implementations use a CR/LF newline pair 
to delimit encoded lines.
2. Encode with mostly any other tool strings with an output larger then 76 
characters 
3. Decode with ascrypto

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by Ionut.Ta...@gmail.com on 31 Mar 2010 at 11:58