I hereby claim:
- I am aljgom on github.
- I am aljgom (https://keybase.io/aljgom) on keybase.
- I have a public key ASBjFmb7rpINyw1mqDVAnpIEieVqSmmve-zyak35S3g6Pwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import time | |
import os | |
import select | |
import re | |
import difflib | |
from itertools import zip_longest | |
import __main__ | |
# os.chdir("enter path here") |
Each website will be a 'stop', you keep following 'stops' and you're following a 'path' On each stop, you'll get a key, which you can use to decrypt the message to read the instructions in the next stop.
You need to decrypt the ---Encrypted Instructions For This Stop--- from each stop's relay chat (look for the one's in this page)
You can use this website to decrypt them, but for each stop you'll need the key from the previous stop to be able to do it! https://codebeautify.org/encrypt-decrypt (ARC4-40 encryption)
Add remote2
as a remote
$git remote add remote2 [email protected]:repo2.git
View remotes
$ git remote -v
remote2 [email protected]:repo2.git (fetch)