Re: Help With Base64 or UUEncode?



> Absolutely! How do I take a look? If you reply to this post I have a reply
> email set.
> Thanks, -Bob

I believe I have located my base64 code. I will e-mail it to you as soon as
I have put the pieces togethter and tested it to be sure it is the working
code and not some discarded side trail.

Note, I used pure string manipulation rather than bit shifting to make a
clear algorithm that fits the base64 definition. It can be greatly speeded
up (may be needed for very large files) with bit shifting, but the algorithm
will be a bit more obscure.

Jon


.



Relevant Pages

  • Re: The double-dabble bin-bcd conversion algorithm
    ... add three before shifting left. ... I know the algorithm and understand why I works. ... the BCD number is doubled by the dabble-bouble. ... > index value on conversion. ...
    (comp.programming)
  • Re: The double-dabble bin-bcd conversion algorithm
    ... add three before shifting left. ... I know the algorithm and understand why I works. ... the BCD number is doubled by the dabble-bouble. ... > index value on conversion. ...
    (comp.arch.embedded)
  • Re: BCD List to HEX List
    ... nibbles, shifting, and adding, Those are pretty simple, so I asked ... algorithm what the algorithm is intended to achieve ... ... that he had lists of digits rather than an integer datatype. ... input was a list of decimal digits. ...
    (comp.lang.python)