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.
- Host: GitHub
- URL: https://github.com/wiggin77/cryptod
- Owner: wiggin77
- License: mit
- Created: 2018-01-17T20:27:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T02:39:52.000Z (over 6 years ago)
- Last Synced: 2025-01-18T05:14:42.556Z (9 months ago)
- Topics: aes-256, aes-gcm, crypto, golang, golang-package
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryptod
[](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.