Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpf committed Feb 28, 2017
1 parent ecf7ca9 commit 201bec1
Show file tree
Hide file tree
Showing 4 changed files with 1,289 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.pyc
*~
dist/
22 changes: 22 additions & 0 deletions README.md
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
Loading

0 comments on commit 201bec1

Please sign in to comment.