EncryptFire’s tools set (FreezeSeeds, FreezeKeys and FreezeAuth) runs offline in a web browser. For your security they only use live memory to store what is necessary while the web browser window or tab is open and active.
Nothing is stored in session cookies, regujlar cookies, local storage or in the browser’s database.
After the window or tab is closed, anything in active memory within the browser is lost / erased.
This can easily be seen by opening the browser ‘console panel’.
Watch this video for a live demonstration:
To open the console panel in Google Chrome (and other Chromium-based browsers like Brave), you can follow these steps:
Using the Menu:
Open Chrome and navigate to the webpage you want to inspect.
Click on the three dots (More) in the upper-right corner of the browser window.
Hover over "More tools" and then select "Developer tools".
Using the Right-Click Context Menu:
Right-click anywhere on the webpage.
Select "Inspect" from the context menu. This will open the Developer Tools panel.
Using a Keyboard Shortcut:
Press Ctrl + Shift + I
(Windows/Linux) or Cmd + Option + I
(Mac) to open the Developer Tools panel.
Navigating to the Console Tab:
Once the Developer Tools panel is open, click on the "Console" tab at the top of the panel to view the console output.
To open the console panel in Mozilla Firefox, you can follow these steps:
Using the Menu:
Open Firefox and navigate to the webpage you want to inspect.
Click on the three lines (Menu) in the upper-right corner of the browser window.
Hover over "Web Developer" and then select "Web Console".
Using the Right-Click Context Menu:
Right-click anywhere on the webpage.
Select "Inspect Element" from the context menu. This will open the Developer Tools panel.
Click on the "Console" tab at the top of the panel to view the console output.
Using a Keyboard Shortcut:
Press Ctrl + Shift + K
(Windows/Linux) or Cmd + Option + K
(Mac) to open the Web Console directly.
To open the console panel in Apple Safari, you need to follow these steps:
1. Enable the Develop Menu:
- Open Safari and go to the menu bar at the top of your screen.
- Click on Safari and select Preferences.
- In the Preferences window, click on the Advanced tab.
- Check the box labeled "Show Develop menu in menu bar".
2. Open the Console:
- Once the Develop menu is visible in the menu bar, click on it.
- Select "Show JavaScript Console" from the dropdown menu.
- Alternatively, you can use the keyboard shortcut Command + Option + C to quickly open the console.
3. Navigate to the Console Tab:
- In the window that opens, ensure that the "Console" tab is selected to view the console output.
By following these steps, you can access the console panel in Safari to view and troubleshoot JavaScript errors and other issues