摘要: openssl enc -e -aes-128-cbc -iv 0102030405060708 -K 1234567890123456 -in input.xml -out output.xml(加密)openssl enc -aes-128-cbc -d -in input.xml -out o 阅读全文
posted @ 2018-03-08 10:00 没事就更 阅读(134) 评论(0) 推荐(0)