Registry / crypto / xordataexchange-crypt

xordataexchange-crypt

JSON →
library0.0.2gogounverified

Package crypt provides a simple interface for encrypting and decrypting data using various algorithms.

go get github.com/xordataexchange/crypt
INSTALL
IMPORT
SIG · XORDATAEXCHANGE-CR
X
xordataexchange-crypt
cryptogov0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

crypt
github.com/xordataexchange/crypt

Encrypts data using a key.

import "github.com/xordataexchange/crypt" func main() { key := []byte("examplekey1234567") encrypted, _ := crypt.Encrypt(key, []byte("hello")) _ = encrypted }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
xordataexchange-crypt — go get xordataexchange-crypt · libregistry