Skip to content

bowin/wcrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

微信开发平台 message encrypt & decrpt

Install

go get github.com/bowin/wcrypto

Usage

 import "github.com/bowin/wcrypto"
 wcp := wcrypto.New("your token", "your aes key", "your open appid")
 // encrypt
 wcp.Encrypt("your messge")
 // decrypt
 wcp.Decrypt("messge from wechat")

About

go crypto for wechat

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages