{"id":68786,"library":"wumansgy-goencrypt","title":"GoEncrypt","description":"A Go library providing various encryption algorithms including AES, DES, RSA, and ECC.","status":"active","version":"1.1.0","language":"go","source_language":null,"source_url":"https://github.com/wumansgy/goEncrypt","tags":["encryption","aes","des","rsa","ecc","crypto"],"install":[{"cmd":"go get github.com/wumansgy/goEncrypt","lang":"bash","label":"Install github.com/wumansgy/goEncrypt"}],"dependencies":[],"imports":[{"symbol":"goEncrypt","correct":"github.com/wumansgy/goEncrypt"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/wumansgy/goEncrypt\"\n)\n\nfunc main() {\n\taesKey := []byte(\"examplekey123456\")\n\tencrypted, _ := goEncrypt.AesCbcEncrypt([]byte(\"hello\"), aesKey, nil)\n\tfmt.Printf(\"Encrypted: %x\\n\", encrypted)\n}","lang":"go","description":"Encrypts a string using AES-CBC with a provided key."},"warnings":[],"env_vars":null,"search_vec":"'ae':10,16 'algorithm':8 'crypto':20 'des':11,17 'ecc':14,19 'encrypt':7,15 'go':3 'goencrypt':1 'includ':9 'librari':4 'provid':5 'rsa':12,18 'various':6","created_at":"2026-06-17T17:53:56.570606+00:00","updated_at":"2026-06-17T17:53:56.570606+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/wumansgy/goEncrypt","github":"https://github.com/wumansgy/goEncrypt","docs":"https://pkg.go.dev/github.com/wumansgy/goEncrypt#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}