Re: how can use xor logic



"suma" <suma_90@xxxxxxxxxxx> wrote in message
news:1147289176.726634.52000@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hi
i want encryption & decryption when enter password
iwant use xor to make this
how that???

please tell me

If all you want to do is obscure something, then XOR will work just fine.

If true security is an issue then you will want to use something else,
perhaps a product you didn't write yourself.

--
LTP

:)


.



Relevant Pages

  • Re: how can use xor logic
    ... i want encryption & decryption when enter password ... iwant use xor to make this ...
    (comp.lang.java.programmer)
  • Re: how can use xor logic
    ... i want encryption & decryption when enter password ... iwant use xor to make this ... xor each bit of the clear text with each bit of the random text. ... This simple cipher turns out to be among the strongest forms of encryption. ...
    (comp.lang.java.programmer)
  • how can use xor logic
    ... i want encryption & decryption when enter password ... iwant use xor to make this ...
    (comp.lang.java.programmer)
  • Re: Encrypting passwords
    ... > be used the next time the user wants to invoke the application. ... >I would just need simple XOR encryption/ decryption. ... XOR each byte with a fixed value, and do the same thing again to ... MVP VC++ FAQ: http://www.mvps.org/vcfaq ...
    (microsoft.public.vc.language)
  • Re: Reverseway algorithm (32767-bytes key) - full descryption.
    ... > The fifth step makes cipher unbreakable and impossible for decryption ... > against any attacks such as differential and linear cryptanalysis. ... Using XOR to expand a key does not a One-Time-Pad make. ...
    (comp.security.misc)