How to automate login the most secure and private method
When users require a hyper-secure environment to run their browser automation, we recommend the following setup. It ensures maximum security, with no data ever leaving your network.
Other methods include: Google Sheet | Sessions | VPS | 2FA | Password manager
# Use a PC stationed in a secure environment
We recommend using a PC stored in a secure location, connected to a secure network, such as in the workplace.
# Use our desktop app
Install our desktop app on the PC and run all your automations on this PC using the desktop app. No data being processed will leave the PC. The only data shared includes account information and information related to runtime, time of execution, and length of the run. Your data is effectively locked down on your PC behind your own network.
# Automating login
When running automation on the desktop, the cookie is automatically shared, logging you in. All cookies are double-encrypted.
# Advantages of this method
How
- No private data leaves the network.
- PC secured in a safe place.
- Session data encrypted.
- Meets data privacy and safety requirements.