CompressAndEncrypt
Overloads
| Name | Description |
|---|---|
| CompressAndEncrypt(string source, string target, string password) | 파일 압축 및 암호화 |
CompressAndEncrypt(string source, string target, string password)
public bool CompressAndEncrypt(string source, string target, string password)
파일 압축 및 암호화
Parameters
| Name | Type | Description |
|---|---|---|
| source | string | 원본 파일 |
| target | string | 암호화된 파일 |
| password | string | 패스워드 |
Returns
| Type | Description |
|---|---|
| bool | 처리 결과 |