Hi @bsr78033597 There is no OOTB option to decrypt the encrpted text from consoles. I would suggest if you really need this flexibility, you can do following:Register servlet using resourceTypeIn servlet, you can pass encrypted text as some param like etextyou can decrypt text in the servlet itself...