KaptainKirk
Technical User
This is what I am hoping to do. I have to deal with several different proprietary programs which are designed to send text and data by dial-in and/or Internet. The data that is being sent follows roughly the same format in each case. It's just that it goes to many different companies, each with its own software. But even though the data is in roughly the same format in each case, because there are so many types of software, (one for each company,) our employees make mistakes on a lot of little variances between the companies. So I am hoping that I can capture the data as it leaves their application and be able to interact with it, in order to provide pop-up helps to our users, to show them what they need to do differently. Then it could be forwarded on when appropriate. Like a proxy.
But the data always gets encrypted. So it would need to be captured in the application layer before being encrypted, I guess. Or else, would have to be decrypted and then re-encrypted. Or maybe I should be thinking differently. I am not sure what the best approach is, or what can be done? I need an experienced programmer to help me think thru this.
But the data always gets encrypted. So it would need to be captured in the application layer before being encrypted, I guess. Or else, would have to be decrypted and then re-encrypted. Or maybe I should be thinking differently. I am not sure what the best approach is, or what can be done? I need an experienced programmer to help me think thru this.