Skip to content

Keystore written in golang to create and store safelly your keys

License

Notifications You must be signed in to change notification settings

rafaelescrich/go-keystore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30930d0 · Dec 12, 2018

History

37 Commits
Apr 17, 2018
May 6, 2018
May 8, 2018
May 8, 2018
May 8, 2018
May 8, 2018
May 6, 2018
Apr 26, 2018
Apr 19, 2018
May 6, 2018
Dec 12, 2018
Apr 23, 2018

Repository files navigation

Go Keystore

Keystore written in golang to create and store safely your keys.

Status

Build Status

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development, testing or using purposes.

Prerequisites

  • Go version 1.5 at least
  • Some linux distro with make

Installing

A step by step series of examples that tell you have to get a development env running

Clone the project

git clone git@github.com:rafaelescrich/go-keystore.git 
cd $GOPATH/src/github.com/rafaelescrich/go-keystore

Build binary with make tool

make

Then if everything runned smoothly you should have a binary To run it, just type

./go-keystore

Running the tests

make test

Built With

  • IShell - Library for creating interactive cli applications.
  • BoltDB - An embedded key/value database for Go.
  • Argon2 - Go supplementary cryptography libraries

TODO

  • Testing:
  • cfg
  • ciphering
  • cmd
  • controller
  • database
  • file
  • keystore

Author

License

This project is licensed under the GPL v2 License - see the LICENSE.md file for details

About

Keystore written in golang to create and store safelly your keys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published