Feature request..
Hide password in certain macro properties..
For instance the "Connect to SSID" macro (like for the ESP32), shows the login data for my Wifi network in the flowchart.
If someone looks at this chart, they know my login.
I sometimes work with a friend on a project, but this doesn't mean he has to know my login if this Flowcode chart is open.
Hide password in flowchart
-
- Posts: 336
- http://meble-kuchenne.info.pl
- Joined: Tue Dec 08, 2020 5:11 pm
- Has thanked: 93 times
- Been thanked: 67 times
-
- Matrix Staff
- Posts: 1465
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 204 times
- Been thanked: 347 times
Re: Hide password in flowchart
Sorry, but I can't think of a good way to implement something that selectively hides specific info in a project file that you are sharing. The .fcfx file itself will contain the password anyway.
One way I can think of is if you have an external .h file which has the C code for a constant value for the password which only lives on your PC, and you populate a Flowcode variable with this value when your project starts.
One way I can think of is if you have an external .h file which has the C code for a constant value for the password which only lives on your PC, and you populate a Flowcode variable with this value when your project starts.
Re: Hide password in flowchart
Thank you, this is why it's a feature request..Steve-Matrix wrote: ↑Thu Dec 23, 2021 10:35 amSorry, but I can't think of a good way to implement something that selectively hides specific info in a project file that you are sharing. The .fcfx file itself will contain the password anyway.
One way I can think of is if you have an external .h file which has the C code for a constant value for the password which only lives on your PC, and you populate a Flowcode variable with this value when your project starts.