public class Vigenere extends Object
| Constructor and Description |
|---|
Vigenere() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decrypt(CharSequence data,
CharSequence cipherKey)
解密
|
static String |
encrypt(CharSequence data,
CharSequence cipherKey)
加密
|
public static String encrypt(CharSequence data, CharSequence cipherKey)
data - 数据cipherKey - 密钥public static String decrypt(CharSequence data, CharSequence cipherKey)
data - 密文cipherKey - 密钥Copyright © 2025. All rights reserved.