Registry / crypto / wumansgy-goencrypt

wumansgy-goencrypt

JSON →
library1.1.0gogounverified

A Go library providing various encryption algorithms including AES, DES, RSA, and ECC.

go get github.com/wumansgy/goEncrypt
INSTALL
IMPORT
SIG · WUMANSGY-GOENCRYPT
W
wumansgy-goencrypt
cryptogov1.1.0
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.

goEncrypt
github.com/wumansgy/goEncrypt

Encrypts a string using AES-CBC with a provided key.

package main import ( "fmt" "github.com/wumansgy/goEncrypt" ) func main() { aesKey := []byte("examplekey123456") encrypted, _ := goEncrypt.AesCbcEncrypt([]byte("hello"), aesKey, nil) fmt.Printf("Encrypted: %x\n", encrypted) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
44
Resources
wumansgy-goencrypt — go get wumansgy-goencrypt · libregistry