C# 클래스 PSAttack.Utils.CryptoUtils

파일 보기 프로젝트 열기: jaredhaight/PSAttack

공개 메소드들

메소드 설명
DecryptFile ( Stream inputStream ) : MemoryStream
DecryptString ( string text ) : string

메소드 상세

DecryptFile() 공개 정적인 메소드

public static DecryptFile ( Stream inputStream ) : MemoryStream
inputStream Stream
리턴 System.IO.MemoryStream

DecryptString() 공개 정적인 메소드

public static DecryptString ( string text ) : string
text string
리턴 string