-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
1,289 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*.pyc | ||
*~ | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# lokey | ||
|
||
lokey a tool to convert between different cryptographic key formats. | ||
|
||
At the moment, lokey can convert RSA keys between the following | ||
formats: openssh, X.509 Certificates, PGP, and JWT. | ||
|
||
With lokey you can: | ||
- Use the public SSL certicate of a website to send an S/MIME | ||
encrypted email to any website owner that uses TLS: | ||
- Grant access to your a server by turning your friend's keybase key | ||
into an openssh key | ||
|
||
Named after the shape shifting and mischief-making Trickster from Norse mythology, this tool serves to test the bounds of possiblities and order. | ||
|
||
## Install | ||
|
||
pip install lokey | ||
|
||
## Learn more | ||
|
||
lokey --help |
Oops, something went wrong.