berg-lab / energy-meter

1 stars 2 forks source link

parse key value pair from file #2

Open AKstudios opened 2 months ago

AKstudios commented 2 months ago

filename: wifi.conf it will contain a key:value pair for creds

example:

ssid:berg-lab password:12345


(optional): Look into hashing the password for better security

ssid:berg-lab password:59e0d07fa4c7741797a4e394f38a5c321e3bed51d54ad5fcbd3f84bc7415d73d

Will have to use some hashing algorithm for encryption and decryption of password

arjunbky commented 2 months ago

pushing it back to "todo" for further advanced modification