Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encrypt and Decrypt Password Fields (#1562)
* Add files via upload * Create encryptAndDecryptNonPasswordFields.js Dear ServiceNow Community, The GlideEncrypter API uses 3DES encryption standard with NIST 800-131 A Rev2 has recommended against using to encrypt data after 2023. ServiceNow offers alternative cryptographic solutions to the GlideEncrypter API. Glide Element API to encrypt/decrypt password2 values through GlideRecord. Below are the sample scripts I ran in my PDI: For Password fields. Note: 'u_pass' is Password (2 Way Encrypted) field. * encryptAndDecryptNonPasswordFields Dear ServiceNow Community, The GlideEncrypter API uses 3DES encryption standard with NIST 800-131 A Rev2 has recommended against using to encrypt data after 2023. ServiceNow offers alternative cryptographic solutions to the GlideEncrypter API. Glide Element API to encrypt/decrypt password2 values through GlideRecord. Below are the sample scripts I ran in my PDI: For Password fields. Note: 'u_pass' is Password (2 Way Encrypted) field. * Delete Background Scripts/encryptAndDecryptPasswordFields.js deleting duplicate file * Delete Background Scripts/readme.md Deleting the duplicate file
- Loading branch information