I am working on an environment that is in c# (not Genexus) and I need to encrypt data using the same implementatio of the TwoFish algorithm used by Genexus Encrypt64 method.
I have the encryption key and examples for some inputs (unencrypted) and the outputs (encrypted) that I should generate. I have prioblems because I got some implementations of the TwoFish algorithm from the web but none of them appear to be the same as thge one used in Genexus. Also, I tried some online tools and none of them worked.
Has anyone faced this problem before? Is there any other operation that I should be doing other than the TwoFish encryption? What mode does Genexus use for the TwoFish encryption?}
Thanks in advance!