mirror of
https://gitee.com/johng/gf
synced 2026-07-08 14:39:50 +08:00
补充RSA加密解密功能 This pull request improves documentation and developer onboarding for the project, with a particular focus on the RSA cryptography package and general installation instructions. The main changes include the addition of a comprehensive README for the `grsa` RSA package, updated installation steps in both English and Chinese documentation, and minor clarifications to documentation links. **Documentation improvements:** * Added a detailed `README.md` for the `crypto/grsa` package, including features, security considerations, usage examples, API descriptions, key format explanations, and error handling guidance. * Updated the English (`README.MD`) and Chinese (`README.zh_CN.MD`) documentation to include a clear installation section with `go get` instructions for easier onboarding. [[1]](diffhunk://#diff-01e6d9ffed056a02cae8d8a0ec5d476a64d017bf85c0d5a94bb23ca21f33f5aaR27-R32) [[2]](diffhunk://#diff-c93759cb9a9500f20e551c741eb167fc72825fd638d36121357feb8253ce6ac1R27-R41) * Clarified and improved documentation links in both English and Chinese README files, including the addition of a link to the documentation source and improved naming for the GoDoc/Go package documentation. [[1]](diffhunk://#diff-01e6d9ffed056a02cae8d8a0ec5d476a64d017bf85c0d5a94bb23ca21f33f5aaR41) [[2]](diffhunk://#diff-c93759cb9a9500f20e551c741eb167fc72825fd638d36121357feb8253ce6ac1R27-R41) **Developer tooling:** * Added a commented-out `go install` command for `golangci-lint` in the `Makefile` to assist developers in setting up linting tools. --------- Co-authored-by: hailaz <739476267@qq.com>
54 lines
3.0 KiB
Markdown
54 lines
3.0 KiB
Markdown
[English](README.MD) | 简体中文
|
||
|
||
<div align=center>
|
||
<img src="https://goframe.org/img/logo_full.png" width="300" alt="goframe gf logo"/>
|
||
|
||
[](https://pkg.go.dev/github.com/gogf/gf/v2)
|
||
[](https://github.com/gogf/gf/actions/workflows/ci-main.yml)
|
||
[](https://scorecard.dev/viewer/?uri=github.com/gogf/gf)
|
||
[](https://bestpractices.coreinfrastructure.org/projects/9233)
|
||
[](https://goreportcard.com/report/github.com/gogf/gf/v2)
|
||
[](https://codecov.io/gh/gogf/gf)
|
||
[](https://github.com/gogf/gf)
|
||
[](https://github.com/gogf/gf)
|
||
|
||
[](https://github.com/gogf/gf/releases)
|
||
[](https://github.com/gogf/gf/pulls)
|
||
[](https://github.com/gogf/gf/pulls?q=is%3Apr+is%3Aclosed)
|
||
[](https://github.com/gogf/gf/issues)
|
||
[](https://github.com/gogf/gf/issues?q=is%3Aissue+is%3Aclosed)
|
||

|
||

|
||
|
||
</div>
|
||
|
||
一个强大的框架,为了更快、更轻松、更高效的项目开发。
|
||
|
||
## 安装
|
||
|
||
```bash
|
||
go get -u github.com/gogf/gf/v2
|
||
```
|
||
|
||
## 文档
|
||
|
||
- 官方网站: [https://goframe.org](https://goframe.org)
|
||
- 官方网站(en): [https://goframe.org/en](https://goframe.org/en)
|
||
- 国内镜像: [https://goframe.org.cn](https://goframe.org.cn)
|
||
- 镜像网站: [Github Pages](https://pages.goframe.org)
|
||
- 镜像网站: [离线文档](https://github.com/gogf/goframe.org-pdf?tab=readme-ov-file#%E6%9C%80%E6%96%B0%E7%89%88%E6%9C%AC)
|
||
- Go包文档: [https://pkg.go.dev/github.com/gogf/gf/v2](https://pkg.go.dev/github.com/gogf/gf/v2)
|
||
- 文档源码: [https://github.com/gogf/gf-site](https://github.com/gogf/gf-site)
|
||
|
||
## 贡献者
|
||
|
||
💖 [感谢所有使 GoFrame 成为可能的贡献者](https://github.com/gogf/gf/graphs/contributors) 💖
|
||
|
||
<a href="https://github.com/gogf/gf/graphs/contributors">
|
||
<img src="https://goframe.org/img/contributors.svg?version=v2.9.5" alt="goframe contributors"/>
|
||
</a>
|
||
|
||
## 许可证
|
||
|
||
`GoFrame` 采用 [MIT License](LICENSE) 许可,100% 免费和开源,永久保持。
|