如何使用openssl和PBEWithMD5和DES加密文本?

如何使用openssl和PBEWithMD5和DES加密文本?,openssl,jasypt,Openssl,Jasypt,使用jasypt和算法PBEWithMD5AndDES的openssl等价物是什么 使用jasypt的示例: java -cp ~/.m2/repository/org/jasypt/jasypt/1.9.2/jasypt-1.9.2.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI input="contactspassword" password=supersecretz algorithm=PBEWithMD5AndDES

使用jasypt和算法PBEWithMD5AndDES的openssl等价物是什么

使用jasypt的示例:

java -cp ~/.m2/repository/org/jasypt/jasypt/1.9.2/jasypt-1.9.2.jar  org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI input="contactspassword" password=supersecretz algorithm=PBEWithMD5AndDES                                                   

----ENVIRONMENT-----------------                                                                                                                                                                  
Runtime: Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.112-b15                                                                                                        
----ARGUMENTS-------------------                                                                                      
algorithm: PBEWithMD5AndDES                                                                                                                                                                        
input: contactspassword                                                                                               
password: supersecretz                                                                              
----OUTPUT----------------------

H4usVG7JPI7wwbUeLUVZ3x+nJY17LCnvlA254v355Cw=