Class | Description |
---|---|
OpenSSLPBEInputStream |
OpenSSL风格的PBE输入流,用于密文解密
来自:http://stackoverflow.com/questions/11783062/how-to-decrypt-an-encrypted-file-in-java-with-openssl-with-aes
|
OpenSSLPBEOutputStream |
OpenSSL风格的PBE输出流,用于生成密文
来自:http://stackoverflow.com/questions/11783062/how-to-decrypt-an-encrypted-file-in-java-with-openssl-with-aes
|
OpenSSLSaltParser |
OpenSSL中加盐解析器
参考: https://stackoverflow.com/questions/11783062/how-to-decrypt-file-in-java-encrypted-with-openssl-command-using-aes https://stackoverflow.com/questions/32508961/java-equivalent-of-an-openssl-aes-cbc-encryption |
SaltMagic |
加盐值魔数
用于在OpenSSL生成的密文中,提取加盐值等相关信息 |
Copyright © 2025. All rights reserved.