# Mender Configure Addon - Question

**URL:** https://hub.mender.io/t/mender-configure-addon-question/4444
**Category:** General Discussions
**Created:** [January 4, 2022, 4:42pm UTC](https://hub.mender.io/t/mender-configure-addon-question/4444 "2022-01-04T16:42:39Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![startrek](https://avatars.discourse-cdn.com/v4/letter/s/8baadc/32.png) [@startrek](https://hub.mender.io/u/startrek)
#### Post date: [January 4, 2022, 4:42pm UTC](https://hub.mender.io/t/mender-configure-addon-question/4444/1 "2022-01-04T16:42:39Z")

</div>

Hi! I’m new to Mender and I’ve been able to successfully setup mender-convert, and update a Pi and seems like a really nice solution!. My next challenge is to look into how to configure a pi or two with different configs instead of baking config into the image.

For instance if I had wifi credentials could I use mender configure addon to import into the hosted UI for both pi’s and then do something on the pi to pull this into the wifi config on the device? I’m more concerned about if the configure addon is secure enough to store device specific but confidential information such as keys, certificates etc? Would it be a bit overkill to encrypt the value of the keys?

I’ve had a read of [Mender Configure update module](https://hub.mender.io/t/mender-configure-update-module/3529) and hopefully I’m on the right track in saying this module will be able to help with what to do with the config once it’s been uploaded to mender hosted?

Would this be a good solution to manage per device config with sensitive info? Just looking for a point in the right direction 🙂 Thank you!

Kind Regards

J!

---

<div class="post-metadata">

### Author: ![kacf](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/kacf/32/146_2.png) [@kacf](https://hub.mender.io/u/kacf)
#### Post date: [January 6, 2022, 6:15am UTC](https://hub.mender.io/t/mender-configure-addon-question/4444/2 "2022-01-06T06:15:46Z")

</div>

Hey @startrek, Mender Configure does not support encryption out of the box, but there is nothing wrong with putting encrypted data in the configured fields which you then decrypt on the device using [the configure script](https://docs.mender.io/development/add-ons/configure/device-integration). Just keep in mind that it needs to fit in JSON data, so if it’s binary data you probably need to base64 encode it (the `recode` tool can be a possible aid here).
