D
David B.
Hello,
I would like to convert an input (like a file, or a password) into
binary format. After reading my Ruby in a nutshell book, I belive I can
use this method:
unpack('C*')
But do the binary representation will respect the big endian convention?
Thank you.
David
I would like to convert an input (like a file, or a password) into
binary format. After reading my Ruby in a nutshell book, I belive I can
use this method:
unpack('C*')
But do the binary representation will respect the big endian convention?
Thank you.
David