lokey
lokey copied to clipboard
A tool that makes it easy to work with and convert between cryptographic key formats
This is a work-in-progress to update Lokey to work with Python3
In function `cli(ctx, password)` there's a print statement (line 49) which is missing parentheses, resulting in error during runtime. Here's the traceback: ``` Traceback (most recent call last): File "/home/dimitris/.local/bin/lokey",...
I'm consistently getting a `TypeError` exception: ``` Traceback (most recent call last): File "/usr/local/bin/lokey", line 6, in from lokey import cli File "/usr/local/lib/python2.7/site-packages/lokey/__init__.py", line 9, in import eris File "/usr/local/lib/python2.7/site-packages/eris/__init__.py",...
when I did $ lokey fetch jwk login.yahoo.com Multiple keys found: - 3466d51f7dd0c780565688c183921816c45889ad - 6ff94cdad11e7c3ac08dc9ec3c44844b87e364f7 Printing the first key ('3466d51f7dd0c780565688c183921816c45889ad') {"use": "sig", "crv": "P-256", "kty": "EC", "alg": "ES256", "y": "AK8V_Tgg_ayGoXiseiwLOClkekc9fi49aYUQpnY1Ay_y",...
I've installed this via pip and attempted your example, however: lokey fetch keybase twitter:jf | lokey to ssh Yields the following: Traceback (most recent call last): File "/usr/local/bin/lokey", line 11,...