C# 클래스 Cryptology, SAMP_AC_Extension

파일 보기 프로젝트 열기: Whitetigerswt/SAMP_AC_Extension 1 사용 예제들

비공개 메소드들

메소드 설명
CopyStream ( Stream input, Stream output ) : void
DecryptFile ( string inputPath, string outputPath, string password ) : bool
DecryptStringFromBytes ( byte cipherText, byte key, byte iv ) : string
EncryptFile ( string inputPath, string outputPath, string password ) : bool
EncryptStringToBytes ( string plainText, byte key, byte iv ) : byte[]