Cryptographic Keys
Store strings in NSO that are encrypted and decrypted using cryptographic keys.
Providing Keys
NSO Installer Provided Cryptography Keys
<ncs-config xmlns="http://tail-f.com/yang/tailf-ncs-config"> <encrypted-strings> <DES3CBC> <key1>0123456789abcdeg</key1> <key2>0123456789abcdeg</key2> <key3>0123456789abcdeg</key3> </DES3CBC> <AESCFB128> <key>0123456789abcdef0123456789abcdeg</key> </AESCFB128> <AES256CFB128> <key>0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdeg</key> </AES256CFB128> </encrypted-strings> </ncs-config><ncs-config xmlns="http://tail-f.com/yang/tailf-ncs-config"> <encrypted-strings> <external-keys> <command>${NCS_DIR}/bin/ncs_crypto_keys</command> <command-argument>${NCS_CONFIG_DIR}/ncs.crypto_keys</command-argument> </external-keys> </encrypted-strings> </ncs-config>DES3CBC_KEY1=2a83724b14e2b35g DES3CBC_KEY2=7f63764c64a63e7g DES3CBC_KEY3=bd2a479a2a40d04g AESCFB128_KEY=40f7c3b5222c1458be3411cdc0899fg AES256CFB128_KEY=5a08b6d78b1ce768c67e13e76f88d8af7f3d925ce5bfedf7e3169de6270bb6eg
Providing Keys for Key Rotation
Key Rotation
Reloading After Changes to the Cryptographic Keys
Migrating 3DES Encrypted Values
Last updated
Was this helpful?

