NAME
CTK::UtilXS - CTK XS Utilities
VERSION
Version 1.01
SYNOPSIS
use CTK::UtilXS qw/shred wipe/;
shred( "/path/to/file" ) or die("Can't shred file");
wipe( "/path/to/file" ) or die("Can't wipe file");
DESCRIPTION
CTK XS Utilities
shred
shred( "/path/to/file" ) or die("Can't shred file");
Wipes file and remove it.
Do a more secure overwrite of given files or devices, to make it harder for even very expensive hardware probing to recover the data.
wipe
wipe( "/path/to/file" ) or die("Can't wipe file");
Wipes file
wipef, xstest, xsver
Internal use only
HISTORY
See Changes
file
TO DO
See TODO
file
BUGS
* none noted
SEE ALSO
AUTHOR
Serż Minus (Sergey Lepenkov) https://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2022 D&D Corporation. All Rights Reserved
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See LICENSE
file and https://dev.perl.org/licenses