메소드 | 설명 | |
---|---|---|
Decrypt ( string cipherText ) : string | ||
Encrypt ( string plainText ) : string | ||
Vigenere ( string key ) : System.Collections.Generic |
메소드 | 설명 | |
---|---|---|
DuplicateKey ( string message, string key ) : string | ||
Process ( string message, Mode mode ) : string |
public Vigenere ( string key ) : System.Collections.Generic | ||
key | string | |
리턴 | System.Collections.Generic |