HaveIBeenPwned / EmailAddressExtractor

A project to rapidly extract all email addresses from any files in a given path
BSD 3-Clause "New" or "Revised" License
64 stars 23 forks source link

Changed rounding of larger files sizes #52

Closed GStefanowich closed 1 year ago

GStefanowich commented 1 year ago

Fixed decimal precision loss on larger files (Test breach will show 1.9Gb instead of 1Gb) Ints were always being formatted with ":n0", now uses a variable for decimal places. 6 bytes is still 6 bytes, but 1Gb will properly be 1.9Gb