# File lib/chef/encrypted_data_bag_item.rb, line 113
      def iv
        Base64.decode64(@encrypted_data["iv"])
      end