#Is it possible to mask command line arguments in electron ?

5 messages · Page 1 of 1 (latest)

pliant tangle
#

My electron app receives set of arguments via command line. Is there a way we could mask it such that the arguments are not visible in plain text in process searches .If that's not possible ,what is the best way to pass secured argument to the electron app? Can anyone confirm if electron is compatible with passing stdin via named pipes?

steep marten
#

If nodejs compatible with named pipes then yes

pliant tangle
#

Is it possible to mask argument after reading it , just like mysql -u <username> -p****

steep marten
#

its not possible