Skip to content

Releases: saphir-lab/CSV-Anonymizer

CSV Anonymizer v2.0.0

23 Aug 16:45
Compare
Choose a tag to compare

Content ### v2.0.0

  • Possibility to process source fil by chunk
  • 2 new parameters present in settings.yaml : ChunkSize and ChunkOutput

CSV Anonymizer v1.1.3

05 Aug 13:25
Compare
Choose a tag to compare

Content v1.1.3

  • BUG FIX : now ignore encoding errors when loading csv

CSV Anonymizer v1.1.2

03 Aug 13:08
Compare
Choose a tag to compare

Content v1.1.2

  • Force UTF-8 when loading CSV
  • BUG FIX : utf-8 codec can't decode byte 0xae in position xxx: invalid start byte

CSV Anonymizer v1.1.0

19 May 10:05
Compare
Choose a tag to compare

Content v1.1.0

  • Code review: all utils in Object Oriented and Error Handling improvement

CSV Anonymizer v1.0.3

19 Apr 15:07
Compare
Choose a tag to compare

Content v1.0.3

  • Performance improvement (reordering CSV columns)

Content v1.0.2

  • Possibility to generate Overview file only

Content v1.0.1

  • Keep case of the salt specified in the settings.yaml file when hashinh (previously set to lower case)
  • Update of readme file

Content v1.0.0

  • Hash CSV fully or partially by including or excluding columns
  • Various hash algorithm possible : MD5, SH1-1, SHA-2, SHA-3, BLAKE2
  • Salted Hash possible by providing your own slat (not auto-generated
  • Possibility to return some data statistics (#value provided, distinct values, average length, ...)
  • All parameters provide using settings.yaml
  • Tested and functional on both Windows 10 & macOS Monterey

CSV Anonymizer v1.0.2

25 Feb 09:31
Compare
Choose a tag to compare

Content v1.0.2

  • Possibility to generate Overview file only

Content v1.0.1

  • Keep case of the salt specified in the settings.yaml file when hashinh (previously set to lower case)
  • Update of readme file

Content v1.0.0

  • Hash CSV fully or partially by including or excluding columns
  • Various hash algorithm possible : MD5, SH1-1, SHA-2, SHA-3, BLAKE2
  • Salted Hash possible by providing your own slat (not auto-generated
  • Possibility to return some data statistics (#value provided, distinct values, average length, ...)
  • All parameters provide using settings.yaml
  • Tested and functional on both Windows 10 & macOS Monterey

CSV Anonymizer v1.0.1

23 Feb 18:23
Compare
Choose a tag to compare

Content v1.0.1

  • Keep case of the salt specified in the settings.yaml file when hashinh (previously set to lower case)
  • Update of readme file

Content v1.0.0

  • Hash CSV fully or partially by including or excluding columns
  • Various hash algorithm possible : MD5, SH1-1, SHA-2, SHA-3, BLAKE2
  • Salted Hash possible by providing your own slat (not auto-generated
  • Possibility to return some data statistics (#value provided, distinct values, average length, ...)
  • All parameters provide using settings.yaml
  • Tested and functional on both Windows 10 & macOS Monterey

CSV Anonymizer v1.0.0

20 Feb 14:48
Compare
Choose a tag to compare

Content v1.0.0

  • Hash CSV fully or partially by including or excluding columns
  • Various hash algorithm possible : MD5, SH1-1, SHA-2, SHA-3, BLAKE2
  • Salted Hash possible by providing your own slat (not auto-generated
  • Possibility to return some data statistics (#value provided, distinct values, average length, ...)
  • All parameters provide using settings.yaml
  • Tested and functional on both Windows 10 & macOS Monterey