rendered text conundrum
Posted: Wed Dec 09, 2009 6:50 pm
I have a unique issue that is plaguing me, I created an encrypted text file that should work across platforms, in the past it has done so with no problems, however with the newest version, 4.0 this no longer is the case, so obviously some change occurred that has created some change in the way text is rendered, across platforms.
For example, if I use the SSL library, and encrypt some text on MAC OSX
I can take that same encrypted text to windows and it can then be decrypted using a key or salt value.
However, if I then take and produce the same text and encrypt it on windows, and attempt to decrypt it on MAC osx, failure is the result, in fact the application I created to make this happen, fails to even load, on MAC OSX, when attempting to load encrypted text from a windows machine.
This suggests that there is something happening when the text is rendered from a field created on a windows machine,)
hmmmm, I am completely lost on this one, sorry that there are not more details, but I know that it works fine in the IDE,
But when an attempt as mentioned above is tried, there is obviously some problem with the way that text is rendered from windows to the MAC osx environment, any thoughts or ideas or suggestions,
I know it may be difficult to fully grasp this without the code, but I just have no idea where to even start, the engine used to transcribe text automatically, is this not the case any longer?
or is it something else that I am missing.
encrypted text should not be transcribed from operating system to operating system, but I think it may be what is happening, just thought I would put that out there in case anyone had a thought to share on that,
For example, if I use the SSL library, and encrypt some text on MAC OSX
I can take that same encrypted text to windows and it can then be decrypted using a key or salt value.
However, if I then take and produce the same text and encrypt it on windows, and attempt to decrypt it on MAC osx, failure is the result, in fact the application I created to make this happen, fails to even load, on MAC OSX, when attempting to load encrypted text from a windows machine.
This suggests that there is something happening when the text is rendered from a field created on a windows machine,)
hmmmm, I am completely lost on this one, sorry that there are not more details, but I know that it works fine in the IDE,
But when an attempt as mentioned above is tried, there is obviously some problem with the way that text is rendered from windows to the MAC osx environment, any thoughts or ideas or suggestions,
I know it may be difficult to fully grasp this without the code, but I just have no idea where to even start, the engine used to transcribe text automatically, is this not the case any longer?
or is it something else that I am missing.
encrypted text should not be transcribed from operating system to operating system, but I think it may be what is happening, just thought I would put that out there in case anyone had a thought to share on that,