Re: Garbage at the end of file (General questions)
Thank you for your quick reply !
It would be Ok if I got the right data plus some garbage. For example, the following would be perfectly acceptable:
(Original)
Somedata=1234
(Decrypted)
Somedata=1234 $&^ $^
The problem is that I get something like:
Somedata= $&^ $^
As I understand from your reply, if the before-encryption-data do not align with the 8-byte buffer, then the last 8 bytes I get from the decryption are garbage. Is that correct ? Would it make any difference if I knew what the old software is padding the buffer with ?
Thank you for your time,
Dimitris Andrakakis
inATES Development Team
ECDL Hellas S.A.
Complete thread:
- Garbage at the end of file - dandraka, 2005-02-14, 14:12
- Re: Garbage at the end of file - wodSupport, 2005-02-14, 14:27
- Re: Garbage at the end of file - dandraka, 2005-02-14, 15:57
- Re: Garbage at the end of file - wodSupport, 2005-02-14, 16:29
- Re: Garbage at the end of file - dandraka, 2005-02-14, 17:01
- Re: Garbage at the end of file - wodSupport, 2005-02-14, 19:56
- Re: Garbage at the end of file - dandraka, 2005-02-14, 17:01
- Re: Garbage at the end of file - wodSupport, 2005-02-14, 16:29
- Re: Garbage at the end of file - dandraka, 2005-02-14, 15:57
- Re: Garbage at the end of file - wodSupport, 2005-02-14, 14:27