A Python project that provides a secure and flexible hashing functionality. This project focuses on implementing various hashing algorithms for secure password storage and data integrity verification.
- Secure Password Hashing: Implements industry-standard algorithms like PBKDF2-HMAC-SHA512 for secure password hashing.
- Hashing Algorithms: Supports a variety of hashing algorithms, providing flexibility for different use cases.
- Random Salt Generation: Generates random salts to enhance password security and prevent rainbow table attacks.
- Base64 Encoding: Utilizes Base64 encoding for consistent representation of hashed values.