摘要: def aes_encrypt() cipher = OpenSSL::Cipher::AES.new(128, :CBC) cipher.encrypt cipher.key = "quck7295abvdefgh" data= 'sssssdsadkjak' cipher.iv = "abcde 阅读全文
posted @ 2018-03-20 11:38 皓贤 阅读(268) 评论(0) 推荐(0) 编辑