https://github.com/super-coffee/coffee-keys-go
一个公钥服务器,可以安全、快速地存储和分发公钥。
https://github.com/super-coffee/coffee-keys-go
pgp pubkey
Last synced: 5 months ago
JSON representation
一个公钥服务器,可以安全、快速地存储和分发公钥。
- Host: GitHub
- URL: https://github.com/super-coffee/coffee-keys-go
- Owner: super-coffee
- License: gpl-3.0
- Created: 2020-05-14T14:29:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T04:21:30.000Z (about 6 years ago)
- Last Synced: 2024-06-20T11:12:51.203Z (almost 2 years ago)
- Topics: pgp, pubkey
- Language: HTML
- Homepage: https://mcenjoy.cn
- Size: 2.63 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coffee-keys-go
A Key Server, which can store and distribute public key safely and quickly.
一个公钥服务器,可以安全、快速地存储和分发公钥。
使用GPL3.0开源协议
---
## 特点 👍
- 轻巧:Golang编写
- 快捷:无需繁琐的注册,开箱即用
- 安全:个人信息加密保存,防止 SQL 注入,并使用 [reCAPTCHA](https://www.google.com/recaptcha) 防止 CC 攻击
- 优美:界面采用 Bootstrap
## 环境要求 🌵
- **一个脑子**
## 用法 😋
1. 从 [Releases 页面](https://github.com/super-coffee/coffee-keys-go/releases) 下载最新版本的 Coffee Keys Go
2. 解压下载到的文件
3. 注册你的 [Google reCAPTCHA](https://www.google.com/recaptcha/admin) 密钥,将 database.sql 导入你的数据库
4. 修改你的config.template.json并且重命名为config.json
5. 运行 二进制程序
6. 访问 `your.domain`,查看效果
## 图片展示


