You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the code in uTPLb_BlowFish, I need to use TBlowFish.GenerateKey, to then be able to use the generated data in Blowfish_Encrypt ? But everything is private so I don't know how I'm supposed to actually use it ?
The text was updated successfully, but these errors were encountered:
I'm still missing the option to disregard padding (ie encrypting 'AB' here should lead to an output of 0xE214 ; for now I'm getting 0xE22F and it changes as I add characters up until I get to 8, at which point it becomes correct : 0x92D48AB3B9F991FA).
Other question : I noticed that encoding the same thing 3 times gives a different output, despite me creating a new TCodec and a new TCryptographyLibrary everytime. What gives ?
Looking at the code in uTPLb_BlowFish, I need to use TBlowFish.GenerateKey, to then be able to use the generated data in Blowfish_Encrypt ? But everything is private so I don't know how I'm supposed to actually use it ?
The text was updated successfully, but these errors were encountered: