Re: XOR encryption

2008-01-18 Thread joe jacob
On Jan 18, 4:11 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: > On Fri, 18 Jan 2008 03:06:51 -0800, joe jacob wrote: > > I wrote a python script to perform XOR encryption on a text and write > > the encrypted text to a file. But when I try to read the

Re: XOR encryption

2008-01-18 Thread Marc 'BlackJack' Rintsch
On Fri, 18 Jan 2008 03:06:51 -0800, joe jacob wrote: > I wrote a python script to perform XOR encryption on a text and write > the encrypted text to a file. But when I try to read the file as the > encrypted text contains an EOF in between the file is read only to the > first EOF a

XOR encryption

2008-01-18 Thread joe jacob
I wrote a python script to perform XOR encryption on a text and write the encrypted text to a file. But when I try to read the file as the encrypted text contains an EOF in between the file is read only to the first EOF and remaining part of the text is not read. I used the text "hello