All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- #21: Add tqdm dependency in pyproject
- #16: Remove catched exception and fix the real bug: Input timestamps too old have been rejected.
- #17: Remove singleton to fix the real bug
- #17: Optimize multithreading via singleton for serialized data.
- #16: A non-catched exception for a non-timestamp token in python 3.10.15
- #15: Fix Dockerfile and requirements update by @oddnetwork
- #13: Optimization of the detection of hashed timestamps via multithreading.
- #12: Progress bar for detection of hashed timestamps with
--progress
option. - #11 (suggested by @Aituglo): Custom MAC for UUID sandwich attack with
--alternative-tokens
option.
- #4: Add argument
--version
in cli to print current version.
- #9: Bug with uniqid if the timestamp contains a zero as last decimal digit.
- #8: Bug with nanosecond in timestamp.
- #7: Error when running the example code provided in the blog post with docker environment.
- #5: Fix path of default config file.
- #1: Docker installation by @Nishacid.
- #2: Improve timestamp detection during
detect
process.
- First version released.