secretstream | Implementation of libsodium 's secretstream in Go | Cryptography library
kandi X-RAY | secretstream Summary
kandi X-RAY | secretstream Summary
Implementation of libsodium's secretstream in Go. The main goal of this project is allow using secretstream between programs using libsodium and programs written in Go without resorting to wrapping libsodium in Go. golang.org/x/crypto has all necessary algorithms to make that happen.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Pull implements the Crypto interface .
- NewEncryptor returns a new instance of Encryptor .
- NewDecryptor returns a new instance of Decryptor .
- newKeyPairFromSeed returns a new key pair .
- NewSodiumRecvStream returns a new decryptor stream
- NewSodiumSendStream returns a new encrypted encryption stream .
- NewKeyPair returns a new key pair .
- Copy n bytes .
- NewStreamKey returns a cryptographically secure key .
- memzero sets all memory to zero .
secretstream Key Features
secretstream Examples and Code Snippets
$ sudo apt install libsodium libsodium-dev
$ go test --tags=compat_test ./...
Community Discussions
Trending Discussions on secretstream
QUESTION
In fact, I am a noober in Linux. I just do and learn something as net tutorial.
I use shadowsocks because some reason. The server use chacha20.
so, I install libsodium.
Firstly, I download libsodium-stable
...ANSWER
Answered 2018-Dec-04 at 22:18I use Ubuntu and this works for me:
First,
sudo apt install software-properties-common -y
Next, install the directory before updating
sudo add-apt-repository ppa:max-c-lv/shadowsocks-libev -y
sudo apt update
Now, install the chacha20 tools for ubuntu to use them)
sudo apt install shadowsocks-libev
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install secretstream
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page