C# 클래스 CryptoFinder.Shredding

파일 보기 프로젝트 열기: Alex-Jaeger/BitcoinFindAndRecover 1 사용 예제들

공개 메소드들

메소드 설명
ShredBritishHMG1 ( string fileName ) : void
ShredBritishHMG3 ( string fileName ) : void
ShredBruceSchneier ( string fileName ) : void
ShredCanadianRCMP ( string fileName ) : void
ShredGermanVSITR ( string fileName ) : void
ShredGutmann ( string fileName ) : void
ShredOnePass ( string fileName ) : void
ShredRussianGOST ( string fileName ) : void
ShredUSDoD ( string fileName ) : void
shredFile ( string fileName, byte Patterns, short verify ) : void

Shred file using custom algorithm based on given pattern

비공개 메소드들

메소드 설명
randomPattern ( ) : byte

Generates a random 8-bit pattern

메소드 상세

ShredBritishHMG1() 공개 정적인 메소드

public static ShredBritishHMG1 ( string fileName ) : void
fileName string
리턴 void

ShredBritishHMG3() 공개 정적인 메소드

public static ShredBritishHMG3 ( string fileName ) : void
fileName string
리턴 void

ShredBruceSchneier() 공개 정적인 메소드

public static ShredBruceSchneier ( string fileName ) : void
fileName string
리턴 void

ShredCanadianRCMP() 공개 정적인 메소드

public static ShredCanadianRCMP ( string fileName ) : void
fileName string
리턴 void

ShredGermanVSITR() 공개 정적인 메소드

public static ShredGermanVSITR ( string fileName ) : void
fileName string
리턴 void

ShredGutmann() 공개 정적인 메소드

public static ShredGutmann ( string fileName ) : void
fileName string
리턴 void

ShredOnePass() 공개 정적인 메소드

public static ShredOnePass ( string fileName ) : void
fileName string
리턴 void

ShredRussianGOST() 공개 정적인 메소드

public static ShredRussianGOST ( string fileName ) : void
fileName string
리턴 void

ShredUSDoD() 공개 정적인 메소드

public static ShredUSDoD ( string fileName ) : void
fileName string
리턴 void

shredFile() 공개 정적인 메소드

Shred file using custom algorithm based on given pattern
public static shredFile ( string fileName, byte Patterns, short verify ) : void
fileName string Path to file.
Patterns byte Patterns to use.
verify short Use 0 to not verify pattern. 1 to verify.
리턴 void