返回 Skill 列表
extension
分类: 开发与工程无需 API Key

rot13-encryption

这项技能使用ROT13密码帮助加密和解密信息。当用户要求“加密”或“解密”信息时使用。

person作者: jakexiaohubgithub

ROT13 Encryption Skill

This skill provides a script for encrypting messages using ROT13.

How to Encrypt

Run the encrypt.sh script with your message:

./scripts/encrypt.sh "your message"

Examples

See examples.md for more usage examples.