don't know what to say, here works perfectly (tried both the windows and unix line feeds):
Code:
Reach-a-Mail passwords decoder 0.1
by Luigi Auriemma
e-mail: aluigi@autistici.org
web: aluigi.org
- open 1.ini
POPUser: test@test.ru
POPPass: test123
SMTPUser:
SMTPPass:
press RETURN to exit
the hex2byte function simply converts a string of hex chars in bytes, so an 8 chars AABBCCDD string becomes a 4 bytes sequence of 0xaa,0xbb,0xcc,0xdd bytes