This package has been deprecated

Author message:

hidden

koishi-plugin-crypto
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

koishi-plugin-crypto

npm

在 Koishi 中体验传统的文本加密算法。

指令:crypto

  • 基本语法:crypto <algorithm> <text:rawtext>
  • 示例:
    • crypto vigenere(keyword) "Hello World" -> Rijhc Nrbpb
    • crypto vigenere(keyword) -d "Rijhc Nrbpb" -> Hello World

Package Sidebar

Install

npm i koishi-plugin-crypto

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

16.8 kB

Total Files

17

Last publish

Collaborators

  • shigma
  • maiko_tan