# File lib/archive/zip/codec/null_encryption.rb, line 197
    def encryptor(io, password, &b)
      Encrypt.open(io, &b)
    end