Skip to main content
8 events
when toggle format what by license comment
Apr 26, 2021 at 0:35 comment added fuzzydrawrings @tell Try the code here: pastebin.com/9cDt5dAd
Apr 25, 2021 at 18:47 comment added fuzzydrawrings If you can't get it to work and can't install a later version of Python you can edit the script and delete , pathlib from the import line and also delete the last two lines in the script (that's the only place pathlib is used). All that will happen is it won't automatically delete the two file created when the keys were exported. You can delete those files manually, and they're easy to identify because they have a long UUID for a filename.
Apr 25, 2021 at 18:29 comment added fuzzydrawrings What version of Python are you using? Pathlib is in version 3.4 and later. I tested this on Windows with Python 3.8 from the Microsoft Store and that worked.
Apr 25, 2021 at 13:40 comment added tell Thanks! After I enter "AB" it prompts for the algorithm and then when I enter "rsa" (whether bare or in single or double quotes) it says Traceback (most recent call last): File "keychanger.py", line 44, in <module> import hashlib, time, subprocess, uuid, pathlib ImportError: No module named pathlib
Apr 25, 2021 at 6:09 history edited fuzzydrawrings CC BY-SA 4.0
deleted 74 characters in body
Apr 25, 2021 at 5:52 history edited fuzzydrawrings CC BY-SA 4.0
Heavily edited because I made a different python script that worked in Windows and automated most of the process. This made the bulk of my previous answer obsolete.
Apr 22, 2021 at 21:58 history edited fuzzydrawrings CC BY-SA 4.0
changed order of edit-key commands - a user ID needs to be added before "change-usage" will work.
Apr 22, 2021 at 8:13 history answered fuzzydrawrings CC BY-SA 4.0