Gaurav0 / backport

🔙 GitHub Action to backport pull requests
7 stars 7 forks source link

How do I "Obfuscate the personal access token by xor'ing it" #39

Closed kbevers closed 4 years ago

kbevers commented 4 years ago

Step 6 in the install guide confuses me. It is not immediately clear to me how I am supposed to obfuscate the access token. Can you offer some advice?

Gaurav0 commented 4 years ago

Generate a random key the same length as the token using, for example, https://www.browserling.com/tools/random-hex

Then xor it with your token using, for example, https://www.browserling.com/tools/xor-encrypt

kbevers commented 4 years ago

Got it, thanks!

PeterPetrik commented 4 years ago

hmm the online xor-encypt creates string in form 54-58-55-07-00-50-55-52-0c-57-54-02-.....

this one looks maybe better: https://md5decrypt.net/en/Xor/