# File lib/openssl/cipher.rb, line 51 def random_iv str = OpenSSL::Random.random_bytes(self.iv_len) self.iv = str return str end