Does anyone know of a way to reverse encryption on attachments?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2015 12:59 PM
I am looking for a way to remove encryption context from a large number of attachments in relation to a specific table.
Is there a way to do this? I see scripts in the WIKI that show how to encrypt en mass but nothing for removing encryption.
Thanks in advance.
https://youtube.com/watch?v=zYi8KhP9SUk
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2015 06:05 PM
I wrote a script to print out all functions for a given object.
Unfortunately parameter names are inaccessible.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2015 07:25 AM
Sounds like a cool script.
https://youtube.com/watch?v=zYi8KhP9SUk

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2015 11:01 PM
you can't removet the encryption in sys_attachment table. Actually, all the attachments are BASE64 encoded you can read them and get the data pragmatically but can't rempove the encyption.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2015 11:19 PM
Do you have a source for this? One that says 'Once encrypted always encrypted"?
https://youtube.com/watch?v=zYi8KhP9SUk

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2015 11:06 PM
I would still like to understand the business requirement for this...
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022