Skip to content

gobengo/keyring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keyring

A modest app to keep track of your digital keys.

Why do you want keys? Well keys limit privilege. But many keys are just really large random numbers. How do we make sense of them all? Use this app.

What's an example of a key? You can use ssh-keygen to create an ed25519 key. That key can then identify you whenever you use ssh to connect to a server. That same key can also identify you to other decentralized systems.

User Stories

  • I can see a list of my keys, so I can find the one I want
    • I can see a name for each key.
  • I can add a new key, so I can keep it safe and come find it later.
    • I can add a name to the key.
    • The key has an ed25519 keyPair persisted with it
  • I can publish my public key, so others know I exist
    • I can POST this as a well-defined message to an arbitrary HTTP endpoint

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

keep your keys in an easy-to-use place

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published