Keystore written in golang to create and store safely your keys.
These instructions will get you a copy of the project up and running on your local machine for development, testing or using purposes.
- Go version 1.5 at least
- Some linux distro with make
A step by step series of examples that tell you have to get a development env running
Clone the project
git clone [email protected]: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
make test
- IShell - Library for creating interactive cli applications.
- BoltDB - An embedded key/value database for Go.
- Argon2 - Go supplementary cryptography libraries
- Testing:
- cfg
- ciphering
- cmd
- controller
- database
- file
- keystore
- Rafael Escrich - github.com/rafaelescrich
This project is licensed under the GPL v2 License - see the LICENSE.md file for details