Skip to content

First stable version

Latest

Choose a tag to compare

@alimahdibahrami alimahdibahrami released this 07 Jul 17:20

What's new

  • Secure cryptographic key generation (supports AES, RSA, etc.)
  • Key validation and entropy checking
  • Security utility functions
  • Automated unit tests for key generation and validation
  • Comprehensive documentation and security guidelines
  • MIT License

How to use

  1. Clone the repository.
  2. Install dependencies: pip install -r requirements.txt
  3. Run the key generation script: python src/generate_keys.py
  4. Check the documentation in the docs/ folder for more details.

Notes

  • Do NOT commit or share generated keys or secrets.
  • For any issues or feature requests, please open an issue on GitHub.