Release : 10.4.1 & 10.4.2
Component : Spectrum Applications
Due to feedback from customers, Spectrum will now only take the clear text password in the REST API call and will not longer require it to be encrypted. Once the password is updated, Spectrum will then encrypt the password and store it within the Spectrum database. This is functioning as designed going forward.
Spectrum uses SHA256 for user password encryption (The NCM_Enable_Password and NCM_Password attributes are encrypted in AES256.)
TEST:
94EE059335E587E501CC4BF90613E0814F00A7B08BC7C648FD865A2AF6A22CC2
SPECTRUM USES A FIXED VALUE WHICH IS PLACED IN FRONT OF THE ENCRYPTED PASSWORD FOR INTERNAL PROCESSING:
9D.1.0.25.43.1.0.6.0.0.0.20.0.0.0
AND A dot is required every two characters so the final password for TEST would be:
9D.1.0.25.43.1.0.6.0.0.0.20.0.0.0.94.EE.05.93.35.E5.87.E5.01.CC.4B.F9.06.13.E0.81.4F.00.A7.B0.8B.C7.C6.48.FD.86.5A.2A.F6.A2.2C.C2