Blowfish compatibility with other blowfish implementations

Did anyone get blowfish working with Juce that was compatible with AWS?

Hmmm, interesting.
We’ve been using the BlowFish class as (one) part of our copy-protection / software activation system for years, and I have nothing much to add to this conversation apart from this:
I tend to agree 100% with @harrycodex above in that this is a very critical piece of code compatibility-wise: if something is changed to the semantics of this class, it should be done in a very careful and clearly visible way, by adding something new, instead of just changing the existing internal implementation, otherwise it could have very bad effects for existing commercial software out there.

1 Like