C# 클래스 Snowcode.S3BuildPublisher.Client.EncryptionHelper

파일 보기 프로젝트 열기: BookSwapSteve/AWS-MSBuild-Task-Library

공개 메소드들

메소드 설명
Decrypt ( string password, string toDecrypt ) : string

Decrypts the value passed in.

Encrypt ( string password, string toEncrypt ) : string

Encrypts the value passed in.

비공개 메소드들

메소드 설명
SaltedPassword ( string password ) : string

메소드 상세

Decrypt() 공개 정적인 메소드

Decrypts the value passed in.
public static Decrypt ( string password, string toDecrypt ) : string
password string The pasword to use to decrypt the value
toDecrypt string The encrypted value to decrypt. Base64 encoded
리턴 string

Encrypt() 공개 정적인 메소드

Encrypts the value passed in.
public static Encrypt ( string password, string toEncrypt ) : string
password string
toEncrypt string The clear value to encrypt
리턴 string