Registry / crypto / bketelsen-crypt

bketelsen-crypt

JSON →
library0.0.5gogounverified

A Go package for encryption and decryption utilities.

go get github.com/bketelsen/crypt
INSTALL
IMPORT
SIG · BKETELSEN-CRYPT
B
bketelsen-crypt
cryptogov0.0.5
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/bketelsen/crypt

Imports the crypt package (actual API may vary).

package main import ( "fmt" "github.com/bketelsen/crypt" ) func main() { // Example usage (assuming Encrypt/Decrypt functions exist) // encrypted, _ := crypt.Encrypt([]byte("data"), []byte("key")) // fmt.Println(encrypted) fmt.Println("crypt package imported") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
25
Bingbot
4
Resources
bketelsen-crypt — go get bketelsen-crypt · libregistry