Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:09 +08:00
commit ae32688f1c
8 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for encryption-tool skill
- [ ] encrypt_data.py: Script to encrypt data using a specified algorithm and key.
- [ ] decrypt_data.py: Script to decrypt data using a specified algorithm and key.
- [ ] generate_key.py: Script to generate a secure encryption key for a specified algorithm.