Short paragraph about what's new or important in this release.
- Bullet points of notable changes (link to CHANGELOG)
- e.g., Added: new helper
sign_file_to - e.g., Fixed: improved error message in
init() - e.g., Docs: expanded Implementation Ideas
- e.g., Added: new helper
Attach or include the following files in the GitHub release:
SecureCrypto.dllsecurecrypto.pysecurecrypto_cheatsheet.pdfIMPLEMENTATION_IDEAS.mdREADME.mdCHANGELOG.md
- Python: 3.9+
- OS: Windows (CI validated)
- Dependencies:
pythonnet
- Download assets listed above.
- Ensure
SecureCrypto.dllandsecurecrypto.pyare in the same directory. - Run self-test:
python securecrypto.py
- Run examples:
python examples/aes_example.py python examples/rsa_hybrid_example.py python examples/sign_verify_example.py
- Keep private keys out of the repo and releases.
- For production usage, consider key management best practices and secrets storage.