robert w dumond napsal(a): >*shrug* Turning on padding didn't work either, > actually, it shouldn't padding with spaces means you have to set padding to FALSE as Cyphre suggested and do something like:
pad: func [string [string! binary!]] [head insert/dup tail copy string #" " (round/ceiling/to length? string 8) - length? string] >but I did notice >something else. If I run the same string through the same port, I get >different responses each time, as shown below. This can't be right, can >it? > this *is* right, because you use CBC. -L -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
