https://github.com/li-giegie/go-encdecryption
是一个封装了常见的加密解密的包、包含Aes、Des、Rsa.
https://github.com/li-giegie/go-encdecryption
Last synced: 12 months ago
JSON representation
是一个封装了常见的加密解密的包、包含Aes、Des、Rsa.
- Host: GitHub
- URL: https://github.com/li-giegie/go-encdecryption
- Owner: Li-giegie
- License: wtfpl
- Created: 2023-02-25T11:18:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T02:46:06.000Z (over 3 years ago)
- Last Synced: 2025-05-30T21:41:54.566Z (about 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## go-encdecryption 是一个封装了常见的加密、解密的包、主要包含Aes、Des、Rsa等方式的加密解密





### [封装的意义:汇聚、错误处理,网络上可以轻松搜集到各种加密解密的算法资源,但大多数是作为教程来使用的,对一些可能诱发panic的地方没有做处理.本包主要是阻止了panic.]()
### [使用方法在all_test.go 文件中](./all_test.go)