Clkhash

Latest version: v0.18.3

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

Scan your dependencies

Page 3 of 4

0.12.1

- Support packaging the command line tool into a windows executable.
- Additional testing

0.12.0

- New describe command added to cli
- Bugfix to ensure we run on pypy3
- Updates to dependencies

0.11.3

- Bugfix in restclient to support Python 3.7
- Bugfix in progress messages.
- Dependency updates.

0.11.2

- Updates to dependencies.
- Addition of code coverage metrics from travis, appveyor.
- Abstract rest calls out of command line tool. More comprehensive testing of cli and rest client.

0.11.1

Changes to the clkhash command line tool to support new entity service api.

Minor changes

- Code format update and general cleanup following internal review.
- Tutorial's schema was missing value definitions.
- Removal of `HKDFConfig`

0.11.0

Introduced a new schema system that permits you to:

1. change the settings for hashing, such as the hash length and the number of bits set per token,
2. change the tokenisation settings for each field,
3. provide a spec against which the input is validated, so you know that whatever you're hashing has been formatted correctly,
4. define sentinels for missing values with then will be exempt from validation and can optionally be replaced with another value (e.g.: 'Null' -> ''),
5. choose between three different hashing schemes.

The [hashing schema documentation](http://clkhash.readthedocs.io/en/latest/schema.html) provides more details.

Breaking changes

* With the new schema, the old schema format will no longer be accepted. This is fine since the previous schema didn't do much.
* You must now provide a schema to perform hashing where previously it was optional.

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.