C# 클래스 Orc.LicenseManager.CryptoHelper

This code originally comes from http://stackoverflow.com/questions/10168240/encrypting-decrypting-a-string-in-c-s
파일 보기 프로젝트 열기: WildGums/Orc.LicenseManager

공개 메소드들

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

비공개 메소드들

메소드 설명
GenerateRandomBytes ( int keySizeInBits ) : 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