Categorygithub.com/textileio/dcrypto
repositorypackage
0.0.1
Repository: https://github.com/textileio/dcrypto.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

dcrypto

Chat on Slack GitHub license Go Report Card GitHub action standard-readme compliant

A stream-based encryption library

This library is a modified version of the Google Drive client dcrypto package. The current version uses an AES-256 cipher in CTR mode signed with an HMAC using SHA-512. Read more here.

Table of Contents

Install

go get github.com/textileio/dcrypto

Usage

Go to https://godoc.org/github.com/textileio/dcrypto.

License

Apache-2.0