Hello
I have created an additional Class with attributes of type "Text/Password"and attached it as attribute to Class “Server”.
Now i need to export a list of servers, incuding passwords.
I did easily it with SQL(left join etc.)
Of course now are all passwords encrypted.
How can i decrypt them?
I know, i can use REST API but in this case i have to write an script to get the list in CSV format
thank you