Skip to content

ant-libs-go/security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security

security是一个简单的对称加密算法

License GoDoc Go Report Card

安装

go get github.com/ant-libs-go/security

快速开始

key := "8dssword99.2020%"
rawStr := "abcdefghijklmnopqrstuvwxyz"

mgr := New(key)
encStr := mgr.Encode(rawStr)
decStr, _ := mgr.Decode(encStr)

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages