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

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 中实现经典文本加密算法

Awesome Lists containing this project

README

          

# koishi-plugin-crypto

[![npm](https://img.shields.io/npm/v/koishi-plugin-crypto?style=flat-square)](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`