An open-source lightweight encryption algorithm for secure hint transmission.
SecureHintCrypt is a lightweight and secure encryption algorithm designed for encoding and decoding textual hints in cybersecurity challenges.
- SHA-256 key derivation
- XOR-based encryption
- Base64 encoding for compatibility
SecureHintCrypt_Paper.pdf: Detailed explanation of the algorithm.secure_hint_crypt.py: Python implementation of the algorithm.
This project is licensed under the MIT License. See the LICENSE file for details.