Re: How to print a file in binary mode
- From: Fredrik Lundh <fredrik@xxxxxxxxxxxxxx>
- Date: Sun, 22 Oct 2006 20:04:25 +0200
Lucas wrote:
# How can I display a.jpg's binary code?
looks like you're confusing binary numbers with binary files:
http://en.wikipedia.org/wiki/Binary_numeral_system
http://en.wikipedia.org/wiki/Binary_file
you don't really need the former to encrypt the contents of the file; algorithms tend to work just fine no matter what number system you use to represent the input and output data.
</F>
.
- References:
- How to print a file in binary mode
- From: Lucas
- Re: How to print a file in binary mode
- From: Marc 'BlackJack' Rintsch
- Re: How to print a file in binary mode
- From: Lucas
- Re: How to print a file in binary mode
- From: Fredrik Lundh
- Re: How to print a file in binary mode
- From: Lucas
- Re: How to print a file in binary mode
- From: Lucas
- How to print a file in binary mode
- Prev by Date: pylint: What's wrong with the builtin map()
- Next by Date: Re: pylint: What's wrong with the builtin map()
- Previous by thread: Re: How to print a file in binary mode
- Next by thread: implementation of "in" that returns the object.
- Index(es):
Relevant Pages
|