Skip to content

4zv4l/chacha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chacha

Easily encrypt/decrypt data or file using chacha20

to use in your project

  • in code
import "github.com/4zv4l/chacha"
  • in terminal
    go get github.com/4zv4l/chacha

variable

There is a :
var Buff_size int = 2048
Allowing to change the buffer size (can increase speed when enc/dec files)

About

Lib allowing to easily encrypt/decrypt data or file using chacha20

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages