xreef / EMailSender

Arduino, esp32, Esp8266 EMailSender with Arduino IDE, simple library to send email via smtp with attachments.
https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/
MIT License
74 stars 26 forks source link

Username and password encryption #8

Closed Techknowdude closed 3 years ago

Techknowdude commented 3 years ago

Thank you for an excellent plugin that worked first try without issues. There is one large issue though.

There does not seem to be support for any encryption that I can see for usernames or passwords.

Anything to protect public repos information would be greatly appreciated.

xreef commented 3 years ago

Hi Techknowdude, I think that crypting can be applied by external program, the code when upload is compiled so you can't read the login e passwd on the code, but if you use some configuration file, you must apply the crypt there, and before set to library decode It. Bye Renzo