uuencode

how to base64 encode /dev/random or /dev/urandom?

cat /dev/urandom is always a fun way to create scrolling characters on your display but in that output, there is too many non character output. now i was thinking, is there an easy way to encode on the commandline it in such way that all of itś output are readable characters, base64 or uuencode for example. note that i prefer solutions...

UUENCODE data in the iPhone SDK

Is there any way to uuencode data in the iPhone SDK? An API call or perhaps a library? ...