Does Bitrise support file encryption?

What I’m trying to do is to have a password encrypted in a similar way to how the Travis manual encryption works, so that I can add an encrypted password to my repository and be sure that it will only be accessible from my builds. Thanks.

1 Like

Hi there :slightly_smiling_face: we don’t have any built-in tool for this purpose at the moment, but you can use any external tool, encrypt the password and put into the secrets, after that in your workflow you can define the decrypt method, if you have any further questions, just let us know :wink:

I’m going to give it a try, thank you so much.

1 Like

Let us know if you’d have any questions or if we can help with anything! :wink:

1 Like