ArcGIS Desktop

  • Documentation
  • Support

  • My Profile
  • Aide
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plateforme cartographique de votre organisation

ArcGIS Desktop

Un SIG professionnel complet

ArcGIS Enterprise

SIG dans votre entreprise

ArcGIS for Developers

Outils de création d'applications de localisation

ArcGIS Solutions

Modèles d'applications et de cartes gratuits pour votre secteur d'activité

ArcGIS Marketplace

Téléchargez des applications et des données pour votre organisation.

  • Documentation
  • Support
Esri
  • Se connecter
user
  • Mon profil
  • Déconnexion

ArcMap

  • Accueil
  • Commencer
  • Carte
  • Analyser
  • Gérer les données
  • Outils
  • Extensions

EncryptPYT

  • Résumé
  • Discussion
  • Syntaxe
  • Exemple de code

Résumé

Encrypts a Python toolbox file.

Attention :

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.

Discussion

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

Syntaxe

EncryptPYT (toolbox, password)
ParamètreExplicationType de données
toolbox

The Python toolbox that will be encrypted in place.

String
password

The password used to lock the encrypted Python toolbox.

String

Exemple de code

EncryptPYT example

Encrypt a Python toolbox.

import arcpy

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

arcpy.EncryptPYT(toolbox, password)

Rubriques connexes

  • DecryptPYT
  • Chiffrement d'une boîte à outils Python

ArcGIS Desktop

  • Accueil
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

A propos d'Esri

  • A propos de la société
  • Carrières
  • Blog des initiés
  • Conférence des utilisateurs
  • Sommet des développeurs
Esri
Donnez-nous votre avis.
Copyright © 2018 Esri. | Confidentialité | Légal