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 @@
# References
Bundled resources for encryption-tool skill
- [ ] encryption_algorithms.md: Documentation on supported encryption algorithms, their strengths, and weaknesses.
- [ ] key_management.md: Best practices for key generation, storage, and rotation.
- [ ] example_usage.md: Example code snippets demonstrating how to use the encryption and decryption scripts.