C# 클래스 Jackett.Utils.StringCipher

파일 보기 프로젝트 열기: WarlaxZ/Jackett

공개 메소드들

메소드 설명
Decrypt ( string cipherText, string passPhrase ) : string
Encrypt ( string plainText, string passPhrase ) : string

비공개 메소드들

메소드 설명
Generate256BitsOfRandomEntropy ( ) : byte[]

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( string cipherText, string passPhrase ) : string
cipherText string
passPhrase string
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( string plainText, string passPhrase ) : string
plainText string
passPhrase string
리턴 string