OpenSSL :: Cipher在使用填充塊進行加密時使用什麼填充方案?該文件含糊不清。Rails OpenSSL :: AES-CBC-256的密碼使用什麼樣的填充?
http://www.ruby-doc.org/stdlib-1.9.3/libdoc/openssl/rdoc/OpenSSL/Cipher.html#method-i-padding-3D
我需要用不同的語言中使用的加密數據。我知道有很多類型的填充:
https://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Padding
謝謝。在Ruby文檔中找不到EVP_CIPHER_CTX_set_padding。 – Chloe