This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

export ftp backup security
#3
(05.03.2024, 12:59)admin Wrote: You can place the code inside a user library and disable "Keep source" and keep "Auto load library" disabled. Then in your code you can simply call require('user.backup')
The password can still be recovered from the backup but it will be harder since the library file will be in Lua bytecode format.

You should also limit the user rights on FTP by providing a write-only access. Another thing to keep in mind is that FTP is plain text protocol without any encryption by default. See this for more info on how to enable encryption if the web server supports it: https://forum.logicmachine.net/showthrea...50#pid5850 (package update is not needed)

ok thanks, I still learn functionnality Dodgy

Our OVH provider only do sftp, not ftps... sad
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply


Messages In This Thread
export ftp backup security - by domotiqa - 05.03.2024, 12:43
RE: export ftp backup security - by admin - 05.03.2024, 12:59
RE: export ftp backup security - by domotiqa - 06.03.2024, 07:08

Forum Jump: