Hashbase

Latest version: v1.1.5

Safety actively analyzes 726363 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

1.0.6

- Merged the implementation of SHA-512/224, SHA-512/256 and SHA-384 with SHA-512
- Optimized the imports

1.0.5

- Added the following hash functions:
- SHA-512/224 (`hashbase.SHA512_224`)
- SHA-512/256 (`hashbase.SHA512_256`)

1.0.4

- Added the following hash functions:
- SHA-384 (`hashbase.SHA384`)
- SHA-512 (`hashbase.SHA512`)
- Modified the `modular_add`, `rotate_left`, `rotate_right`, `shift_left` and `shift_right` utility functions to handle 32-bit and 64-bit numbers
- Modified the `apply_message_padding` utility for more flexible padding

1.0.3

- Added the following hash function:
- SHA-224 (`hashbase.SHA224`)

1.0.2

- Minor docstring update

1.0.1

- Added the following hash function:
- SHA-256 (`hashbase.SHA256`)
- Added utilities for `rotate_left`, `rotate_right`, `shift_left` and `shift_right`
- Updated the `utils.modular_add()` function

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.