An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## go-encdecryption 是一个封装了常见的加密、解密的包、主要包含Aes、Des、Rsa等方式的加密解密

![golang](https://img.shields.io/badge/golang-v1.19-blue)
![simple](https://img.shields.io/badge/simple-extend-green)
![package](https://img.shields.io/badge/Aes-package-blue)
![Concurrency level](https://img.shields.io/badge/Des-package-red)
![Concurrency level](https://img.shields.io/badge/Rsa-package-b)

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

### [使用方法在all_test.go 文件中](./all_test.go)