• v2.1 c9cd6469a9

    BBaoVanC released this 2020-09-04 15:37:34 -05:00 | 24 commits to master since this release

    Use the help screen shown with python3 keyctl.py --help

    For example:

    $ python3 keyctl.py list
    List of upload keys:
        [1] 8lNwhQ...
        [2] 7lqIWL...
        [3] dJhoKd...
        [4] lxBfii...
        [5] RxdjmO...
    $ python3 keyctl.py show 7lqIWL
    Key: 7lqIWLZ4QpVAnzT1zFwqv3epuvcTtfQkINxxST8i8L3e9BKO8WGWGer0horwU6wb
    $ python3 keyctl.py generate
    Your new key is: d5TUunlMuSHitcs86DqYdo9c6WAtHvbtS3Ss4aXsxJhCvB0OFftAydnMK9VXt7A9
    $ python3 keyctl.py list
    List of upload keys:
        [1] 8lNwhQ...
        [2] 7lqIWL...
        [3] dJhoKd...
        [4] lxBfii...
        [5] RxdjmO...
        [6] d5TUun...
    $
    Downloads