Re: How to print a file in binary mode



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>

.



Relevant Pages

  • Re: Encryption key changing the encryption logic.
    ... plaintext to encrypt with algo k ... The algorithms could be published, ... could result in a system immune to the known attacks today used. ...
    (sci.crypt)
  • Re: RSACryptoServiceProvider questions
    ... > 1) Why is it that if I try to encrypt something that is ... problems are solved by applying a correct "padding scheme" on the input ... like a home-made protocol with a few cryptographic algorithms thrown ... protocol is a very difficult task and home-made designs achieve almost ...
    (microsoft.public.platformsdk.security)
  • Re: RSACryptoServiceProvider questions
    ... > 1) Why is it that if I try to encrypt something that is ... problems are solved by applying a correct "padding scheme" on the input ... like a home-made protocol with a few cryptographic algorithms thrown ... protocol is a very difficult task and home-made designs achieve almost ...
    (microsoft.public.dotnet.security)
  • Re: Rijndael Encryption - CAPS Result
    ... Algorithms, But I want my encrypted strings just CAPS string and just ... you can use anything to encrypt, what can be transformed to a byte ... security where i would recommend always security since we today ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Doubled-up security??
    ... then effective key length would be 168 bits. ... <nemo outis@erewhon.com > ... >>then encrypt the encrypted file again using another program ... > Assuming there are no cross dependencies in the algorithms (and ...
    (alt.computer.security)