Does the encryption used in the passwd and RC@encrypt use a server-specific seed ?
The encryption performed in the server uses a “seed” found in the config.ini file: Public Key = Sambar Server Encryption Key. This key can be modified to ensure that encryption on the server is different on each server installation; modifying this key affects all passwd entries as well as RC@encrypt function calls. The one drawback to changing htis key is that the sacrypt and htpasswd utilities have this seed hard-coded in them. A future release will permit these utilities to be passed in an arbritrary seed.