osTicket / osTicket-plugins

Core plugins for osTicket (v1.8+)
GNU General Public License v2.0
149 stars 162 forks source link

Change secret-access-key value from SQL #252

Closed jevilla94 closed 1 year ago

jevilla94 commented 1 year ago

Best regards

I am trying to configure a script that allows me to automatically configure the plugin for s3, however I have problems identifying the encryption of secret-access-key since the real value does not correspond to the one in the database.

I thank you in advance for any information you can give me.

JediKev commented 1 year ago

@jevilla94

This is more of a question that is better suited for our Forum. In the future please use our Forum to ask any questions you may have.

With that being said, I will go ahead and answer you since I’m already here. You can see below where we decrypt:

… and where we encrypt:

It uses the salt and the plugin namespace to encrypt the access key.

Cheers.