Skip to content

Commit 3d9ffed

Browse files
authored
Update readme.md
updated readme
1 parent f4cc4f9 commit 3d9ffed

File tree

1 file changed

+1
-10
lines changed
  • Background Scripts/Dynamic Table Creation

1 file changed

+1
-10
lines changed
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
Dear ServiceNow Community,
2-
3-
4-
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.
5-
6-
Glide Element API to encrypt/decrypt password2 values through GlideRecord.
7-
8-
Below are the sample scripts I ran in my PDI: For Password fields.
9-
10-
Note: 'u_pass' is Password (2 Way Encrypted) field.
1+
Normally, creating a new table means going through multiple steps in ServiceNow's interface. With this script, you can automate the process to quickly set up a new table with the exact columns you need. It’s useful when you need to frequently create similar tables, or you’re setting up a new application that requires multiple tables with specific fields.

0 commit comments

Comments
 (0)