Skip to content
/ xvault Public

A general purpose stream encryption/decryption library

Notifications You must be signed in to change notification settings

xitonix/xvault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XVault

Xvault implements a generic encryption/decryption library which takes any io.Reader as input and writes the encrypted/decrypted bytes into one or more io.Writers. That said, xvault can be used to encrypt/decrypt files, network streams, etc using the same API.

Installation

$ go get github.com/xitonix/xvault

Documentation

GoDoc

Status

WIP

About

A general purpose stream encryption/decryption library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages