Hi,
I just passed several hours tracking a bug, and finally figured out
the its related to *RFBServer>>encryptPassword:* that *destroys* the
password string passed as argument (replaces all characters with $0).
Couldn't that code be now simply replaced by a call to *GRPlatform
current secureHashFor: password*? (That would also require adapting
#authenticateChallenge:response:)
Regards,
Reza