cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Decrypt Extension or method for decrypt AES in Thingworx 8.5

LuisCabello
12-Amethyst

Decrypt Extension or method for decrypt AES in Thingworx 8.5

Hello everybody!

 

We are trying to decrypt a frame of data (the encription is AES- Advanced Encryption Standar) from one device using Thingworx. The main idea was use the extension in the market place (https://marketplace.ptc.com/en-US/apps/196131/crypto-extension-for-thingworx)  but looks unavailable. 

How can we get the extension? Is there any method for to do that without the extension?

 

Thank you in advance,

 

Luis.

1 ACCEPTED SOLUTION

Accepted Solutions

@LuisCabello ,

 

We ran into a similar roadblock trying to validate a signature on a token.  My suggestion is to create a Java extension and use the BouncyCastle

library to achieve your goal.  Hope that helps.

 

Nick

View solution in original post

2 REPLIES 2
slangley
23-Emerald II
(To:LuisCabello)

Hi @LuisCabello 

 

In Resources , there are Encryption Services that may work for your needs.  If not, you could decrypt the data before it reaches ThingWorx.

 

Regards.

 

--Sharon

@LuisCabello ,

 

We ran into a similar roadblock trying to validate a signature on a token.  My suggestion is to create a Java extension and use the BouncyCastle

library to achieve your goal.  Hope that helps.

 

Nick

Top Tags