I am curious about security when using BitBucket...
Is there any form of password I assign which obfuscates my source code so that no-one on BitBucket could see my source code?
I never hosted my source code before and wanted to at least ask...
Thanks.
We do not obfuscate your sourcecode, obvious reasons that I can think of why we don't do this is the performance overhead and the consequences when your password changes. When you mark your repository as private, nobody else will be able to access the repo except you. You can find security statement for hosted Atlassian products (such as BitBucket) here: Hosted Services – Security Statement
Thats not very true though, if SSH is used to connect to remote repositories. a leak of the private key means that the repo is vulnerable to external access.
Could you think of a solution to this problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.