https://github.com/koishijs/koishi-plugin-crypto
在 Koishi 中实现经典文本加密算法
https://github.com/koishijs/koishi-plugin-crypto
algorithm crypto koishi plugin
Last synced: 4 months ago
JSON representation
在 Koishi 中实现经典文本加密算法
- Host: GitHub
- URL: https://github.com/koishijs/koishi-plugin-crypto
- Owner: koishijs
- Created: 2022-03-01T17:21:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T17:26:13.000Z (almost 4 years ago)
- Last Synced: 2025-06-27T12:09:00.287Z (5 months ago)
- Topics: algorithm, crypto, koishi, plugin
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# koishi-plugin-crypto
[](https://www.npmjs.com/package/koishi-plugin-crypto)
在 Koishi 中体验传统的文本加密算法。
## 指令:crypto
- 基本语法:`crypto `
- 示例:
- `crypto vigenere(keyword) "Hello World"` -> `Rijhc Nrbpb`
- `crypto vigenere(keyword) -d "Rijhc Nrbpb"` -> `Hello World`