I am currently transfering table data from a foxpro data base into AS400 tables. One of the fields was used to hold a password for a particular application access. the password was sent trhough an encryption process before being stored in the table. The encryption is Chr((Asc({some alpha character])*2)+5). This generates characters outside of the norm. Anyway when I send this to the AS400 side(an alpha field) it seeems to work okay until I try to read it an unencrypt it. The unrecognized characters are handled as spaces.
Can someone help me with this situation?
Can someone help me with this situation?



Comment