HMG Infosec Standard 5 Enhanced shred method. This shred method overwrites the file area with 0's, 1's and finally a random byte.

Namespace: LLCryptoLib.Shred
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public sealed class ShredHmgEnh : ShredBase
Visual Basic
Public NotInheritable Class ShredHmgEnh _
	Inherits ShredBase
Visual C++
public ref class ShredHmgEnh sealed : public ShredBase

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Shred..::..ShredBase
    LLCryptoLib.Shred..::..ShredHmgEnh

See Also