Encrypted Strings
Manage and work with NSO encrypted strings.
Decrypting the Encrypted Strings
import ncs
import _ncs
# Install the crypto keys used to decrypt the string
with ncs.maapi.Maapi() as maapi:
maapi.install_crypto_keys(maapi.msock)
# Decrypt the string
my_decrypted_str = _ncs.decrypt(my_encrypted_str)Reading Encryption Keys using an External Command
Name
Configuration path
Last updated
Was this helpful?

