cancel
Showing results for 
Search instead for 
Did you mean: 

encrypt password

Former Member
0 Kudos

Hello,

Does anyone know a way to encrypt the password that goes in service file, Without using WebStudio ?

Like an executable.. or thru abap/java or anything.

Would help in automating pwd changes

Thanks in advance.

Regards,

Veba

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Veb,

by my knowledge there is no public interface to generate the encrypted PW yourself.

ITS 620 uses a cryptkey (which is different for each ITS instance) to encrypt the password in the service files.

(see notes 728442 and 720410)

But there is no need to use Webstudio, you can accomplish this by using the ADM instance:

  • http://.../scripts/wgate/admin

  • logon

  • Click on your agate ITS instance (e.g. IT1 / host)

  • goto configuration / services

  • click the desired service

  • here you can change the password for that service.

Regards,

Fekke