Class SaltParser

java.lang.Object
org.miaixz.bus.crypto.builtin.SaltParser

public class SaltParser extends Object
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
 
Since:
Java 17+
Author:
Kimi Liu