Pull Request #31
This release brings some new features:
- Identify email addresses in addition to the credit card numbers that were previously supported
- Read PDF documents as well the previous supported formats
- Write output to a CSV file in addition the earlier JSON and text formats
Dropped support for GLIBC older than Ubuntu 22.04
It's also worth noting that GitHub dropped Ubuntu LTS 20.04 from their list of supported runners, so the Linux ZIP file is now built on Ubuntu 22.04. It should work on any Linux distribution with that version of GLIBC and later, but due to how GLIBC works the pre-built Linux binary will not work on earlier versions.
PIIDigger still supports Python 3.9 and later, but you'll need to use the native Python installation method from the installation instructions in the main README file.
Hashes
Here are the SHA256 hashes for the current release:
Windows PowerShell
PS> Get-FileHash -Algorithm SHA256 .\piidigger-amd64.zip
Algorithm Hash Path
--------- ---- ----
SHA256 F76CFFD155E7936A1CB884ACD8EA04A7806B4202EB9E6504F3F7378C65C66CCB piidigger-amd64.zip
Linux
$ sha256sum -b linux.zip
be614c50024cde93ab81bc16b6c0b49f0f3c4ba213c127e2e45c846daeae1e5b *linux.zip