ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Ayuda
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plataforma de representación cartográfica para tu organización

ArcGIS Desktop

Un completo SIG profesional

ArcGIS Enterprise

SIG en tu empresa

ArcGIS Developers

Herramientas para crear aplicaciones basadas en la ubicación

ArcGIS Solutions

Plantillas de aplicaciones y mapas gratuitas para tu sector

ArcGIS Marketplace

Obtén aplicaciones y datos para tu organización.

  • Documentación
  • Soporte
Esri
  • Iniciar sesión
user
  • Mi perfil
  • Cerrar sesión

ArcMap

  • Inicio
  • Introducción
  • Cartografiar
  • Analizar
  • Administrar datos
  • Herramientas
  • Extensiones

EncryptPYT

  • Resumen
  • Debate
  • Sintaxis
  • Muestra de código

Resumen

Encrypts a Python toolbox file.

Precaución:

The encryption of a Python toolbox is performed in place and will overwrite the original unencrypted .pyt file. It is recommended to back up the input file to avoid the loss of its contents in case the password is forgotten.

Debate

A Python toolbox can also be encrypted by clicking on the toolbox within ArcMap.

Sintaxis

EncryptPYT (toolbox, password)
ParámetroExplicaciónTipo de datos
toolbox

The Python toolbox that will be encrypted in place.

String
password

The password used to lock the encrypted Python toolbox.

String

Muestra de código

EncryptPYT example

Encrypt a Python toolbox.

import arcpy

toolbox = 'd:/tools/analysis.pyt'
password = '<your password>'

arcpy.EncryptPYT(toolbox, password)

Temas relacionados

  • DecryptPYT
  • Cifrar una caja de herramientas de Python

ArcGIS Desktop

  • Inicio
  • Documentación
  • Soporte

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

Acerca de Esri

  • Quiénes somos
  • Empleo
  • Blog de Esri
  • Conferencia de usuarios
  • Cumbre de desarrolladores
Esri
Díganos su opinión.
Copyright © 2021 Esri. | Privacidad | Legal