Re: base64 encoding crashes

2017-03-01 Thread jordan
@napalu Thanks

Re: base64 encoding crashes

2017-03-01 Thread stbalbach
Sorry to hijack the thread but I am in need of a bas62 decoder .. currently shelling out to another language that has it. In case anyone knows of something.

base64 encoding crashes

2017-02-27 Thread jordan
There is something odd with the output line length setting for base64 encoding. The statements: import strutils, bas64 echo "+".repeat(57).encode() and: echo "+".repeat(58).encode() work fine resulting in one or two output lines, but writing: echo