2015-04-01 16:52 GMT+02:00 Nate Smith <[email protected]>: > So, please tell me if this thinking is correct: > 1. I need to create a JAR file from the .java encryption & decryption method > 2. I need to run a command to generate an lsc.key file using the information > from that JAR file? > > Is all this correct, or do we just need to make sure the 16 character key > matches between encryption and decryption? > Nate.
No, you just have to share the same key between your PHP code and LSC. Then use the PHP library to encrypt the password, and LSC SecurityUtils to decrypt it. Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

