WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Suggested way to convert Binary to ASCII  (Read 2278 times)

Offline rms46

  • Jr. Member
  • **
  • Posts: 60
    • Rahmat M. Samik-Ibrahim
Suggested way to convert Binary to ASCII
« on: March 12, 2014, 07:13:09 AM »
Hi,
It seems that both base64 and uu*code are disabled in busybox.
May I know, what is the suggested/default way in TC to convert
binary to ASCII?

Thank you.
This following is ROT13 -- Guvf sbyybjvat vf EBG13

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11500
Re: Suggested way to convert Binary to ASCII
« Reply #1 on: March 12, 2014, 10:37:43 AM »
Hi Rahmat
Maybe  hexdump  from  util-linux.tcz ?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11500
Re: Suggested way to convert Binary to ASCII
« Reply #2 on: March 12, 2014, 10:45:01 AM »
Hi Rahmat
Sorry, you ask for ASCII.
uuencode  is in  sharutils.tcz
base64  is in  coreutils.tcz

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Suggested way to convert Binary to ASCII
« Reply #3 on: March 12, 2014, 12:17:09 PM »
I'd always keep a statically linked busybox as provided by upstream around - which appears to be compiled with 'make defconfig' - to compensate for any applets missing in Core's busybox at any given moment. 
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)