lethe

A tiny data wiping library and tool.

GPL-2.0 License

Stars
18

Bot releases are hidden (Show)

lethe - v2 Latest Release

Published by rafael-santiago almost 3 years ago

Features:

  • None.

Bugfixes:

  • Fixed a bias created by get_rnd_filename() function when picking allowed chars to compose random file names. It was picking random array indexes in a naïve way [e.g.: rnd() % range].
lethe - v1

Published by rafael-santiago over 4 years ago

Features:

  • Drop by using external and internal randomizer.
  • Total of passes done during renaming and file oblivion configured by the user.
  • Manual reader by using the system pager.
  • Supported platforms: Linux, FreeBSD, OpenBSD, NetBSD, MINIX, Solaris and Windows.

Bugfixes:

  • None!