Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Kura » Password field(Using a password field in a configurable component)
Password field [message #1799459] Fri, 07 December 2018 07:53 Go to next message
Luigi Saetta is currently offline Luigi SaettaFriend
Messages: 7
Registered: September 2018
Junior Member
IN my Eclipse Kura - Oracle IoT integration I was thinking to use a password field to dynamicall define the configuration.
But I have seen that the contents of the field is immediatelly encrypted (or hashed).
Which API must be used to have access to the "clear" value?
I have read a short post talking about Crypto API... but not able to find more details.
Re: Password field [message #1799554 is a reply to message #1799459] Mon, 10 December 2018 08:08 Go to previous messageGo to next message
Matteo Maiero is currently offline Matteo MaieroFriend
Messages: 423
Registered: July 2015
Location: Italy
Senior Member
Hi,
as you pointed out, you should use the crypto APIs provided by the crypto service.

https://github.com/eclipse/kura/tree/develop/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/crypto
https://github.com/eclipse/kura/tree/develop/kura/org.eclipse.kura.core.crypto

Best regards,
Matteo
Re: Password field [message #1799797 is a reply to message #1799554] Thu, 13 December 2018 15:53 Go to previous message
Luigi Saetta is currently offline Luigi SaettaFriend
Messages: 7
Registered: September 2018
Junior Member
Hi Matteo,

thanks, I have been able to use the CryptoService successfully.
Previous Topic:Mqtt message capacity
Next Topic:CamelRunner.Builder() null pointer exception
Goto Forum:
  


Current Time: Fri May 03 17:09:07 GMT 2024

Powered by FUDForum. Page generated in 0.02813 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top