• v2.0 565a91e4ec

    BBaoVanC released this 2020-09-03 21:44:58 -05:00 | 28 commits to master since this release

    This is v2.0 because it is completely non-backwards compatible.

    Decrypting your uploadkeys file

    Take the latest keygen.py from the branch feature-iss4 and run the command python3 -c 'import keygen; keygen.decrypt_uploadkeys()' to decrypt your uploadkeys file. If you get the following:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/home/bbaovanc/github-repos/imgupload/keygen.py", line 80, in <module>
        if Path(settings.ENCKEY_PATH).is_file():
    AttributeError: module 'settings' has no attribute 'ENCKEY_PATH'
    

    then add ENCKEY_PATH = "secret.key" (substitute secret.key if you changed it) back to your settings.py temporarily. You may remove ENCKEY_PATH from your settings.py after decrypting your uploadkeys.

    Downloads