Hi,
I am not sure if you could classify it as a bug, but maybe you could more see it as a "hint", towards somethings that should not be changed in new versions.
For encrypting, I heavily relied on the random number generator to work the same, for the same input seed. After downloading the newest version .98, All my encrypted images were suddenly not decryptable anymore, as the number sequence from Rand has changed. (for a fixed seed).
I admit, maybe lousy programming, but then again, its hard to see what programmers will do with your product.
/C51
I am not sure if you could classify it as a bug, but maybe you could more see it as a "hint", towards somethings that should not be changed in new versions.
For encrypting, I heavily relied on the random number generator to work the same, for the same input seed. After downloading the newest version .98, All my encrypted images were suddenly not decryptable anymore, as the number sequence from Rand has changed. (for a fixed seed).
I admit, maybe lousy programming, but then again, its hard to see what programmers will do with your product.
/C51