Method | Description | |
---|---|---|
Decrypt ( string cipherText ) : string | ||
Encrypt ( string plainText ) : string | ||
Vigenere ( string key ) : System.Collections.Generic |
Method | Description | |
---|---|---|
DuplicateKey ( string message, string key ) : string | ||
Process ( string message, Mode mode ) : string |
public Decrypt ( string cipherText ) : string | ||
cipherText | string | |
return | string |
public Vigenere ( string key ) : System.Collections.Generic | ||
key | string | |
return | System.Collections.Generic |