Xor-cipher

Latest version: v5.0.0

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

Scan your dependencies

Page 3 of 3

2.1.0

No significant changes.

2.0.0

Features

- Added `cyclic_xor_string_unsafe` as the part of the *unsafe* API.
- Added `xor_in_place`.
- Added `cyclic_xor_in_place`.
- Added `cyclic_xor_in_place_unsafe` as the part of the *unsafe* API.

Changes

- Bumped the minimal Python version to `3.7`.
- Renamed `xor_static -> xor`.
- Renamed `xor_cyclic -> cyclic_xor`.
- Renamed `xor_cyclic_unsafe -> cyclic_xor_unsafe`.
- Renamed `xor_static_str -> xor_string`.
- Renamed `xor_cyclic_str -> cyclic_xor_string`.
This function now expects `key` of type `str` instead of `bytes`.

1.0.3

Features

- Added `xor_cyclic_unsafe`, introducing the *unsafe* API.

Fixes

- Added key length check in `xor_cyclic`.

1.0.2

Fixes

- Fixed type annotations.

1.0.1

Fixes

- Fixed extension builds.

1.0.0

Initial release.

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.