Skip to content

Yash-Garg/KeyManager

Repository files navigation

KeyManager

Android CI

An application to manage your SSH and GPG keys on GitHub written in Kotlin & Jetpack Compose.

Download

Get it on Google Play Get it on IzzyOnDroid

Screenshots

Feature Graphic

Building

You will need to add your credentials in the Secrets.kt file. This file will contain your GitHub OAuth app credentials.

How to generate access token?

Go to GitHub Developer Settings and generate a new classic token with the following scopes:

  • admin:public_key (Full control of user public keys)

    • write:public_key (Write user public keys)
    • read:public_key (Read user public keys)
  • admin:gpg_key (Full control of public user GPG keys)

    • write:gpg_key (Write public user GPG keys)
    • read:gpg_key (Read public user GPG keys)
  • admin:ssh_signing_key (Full control of public user SSH signing keys)

    • write:ssh_signing_key (Write public user SSH signing keys)
    • read:ssh_signing_key (Read public user SSH signing keys)

Third Party Libraries

License

Copyright (c) 2021 Yash Garg

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without
limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice
shall be included in all copies or substantial portions
of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.