An open API service indexing awesome lists of open source software.

https://github.com/wiggin77/cryptod

AES256-GCM encryption and decryption of arbitrarily large sets of data for Go.
https://github.com/wiggin77/cryptod

aes-256 aes-gcm crypto golang golang-package

Last synced: 7 months ago
JSON representation

AES256-GCM encryption and decryption of arbitrarily large sets of data for Go.

Awesome Lists containing this project

README

          

# cryptod

[![Build Status](https://travis-ci.org/wiggin77/cryptod.svg?branch=master)](https://travis-ci.org/wiggin77/cryptod)

AES256-GCM encryption and decryption of arbitrarily large sets of data for golang.

## Usage

Detailed README coming soon.

In the meantime look here: [godoc](https://godoc.org/github.com/wiggin77/cryptod).

Also see [crypto_test.go](https://github.com/wiggin77/cryptod/blob/master/crypto_test.go) for unit test and
[example cli](https://github.com/wiggin77/cryptod/tree/master/example/cmd/cryptod), a simple command line example
that encrypts/decrypts files.