- My understanding is Anonymizer doesn't work with Mac? If so, what is your choice for best Mac compatible 'anonymizer'?
- Hide My IP for Mac Access blocked content and protect your IP with Hide My IP; Image32 View and Share Xrays, CT Scans, MRIs, and more. Fast, DICOM Anonymizer Light DICOM Anonymizer Light is a free and simple utility to; OsiriX OsiriX is an image processing software dedicated to DICOM; MedDream DICOM Viewer MedDream DICOM Viewer is HTML5 zero-footprint ready to.
Sante DICOM Viewer Mac is a professional DICOM viewer, editor, anonymizer, converter, dicomizer, PACS client, mini PACS server, patient CD/DVD burner (with viewer) for MacOS. It is our new, native MacOS application (it does not require an emulator to run), created with the latest Apple development tools (XCode, Objective-C/C).
Although it is not the only metadata broadcast by network hardware, changing the default MAC Address of your hardware could be an important step in protecting privacy.Currently, Qubes OS does not automatically “anonymize” or spoof the MAC Address, so unless this gets implemented by default you can randomize your MAC Address with the following guide.
Upgrading and configuring Network Manager in Qubes
Newer versions of Network Manager have options for randomizing MAC addresses, and can handle the entire process across reboots, sleep/wake cycles and different connection states.In particular, versions 1.4.2 and later should be well suited for Qubes. Qubes R4.0’s default sys-net should have 1.8.2-4 by default.
However, use of the NetworkManager GUI to set these options is unreliable - there are numerous reports of changes not being saved for particular cards or interfaces.You should check carefully that any settings you make in the GUI are saved, before relying on this method.If the settings are not saved, you can use the method described below using a config file.
Network Manager 1.4.2 or later is available from the Fedora 25 repository as well as the Debian 10 repository.
Check that Network Manager version is now at least 1.4.2:
Randomize a single connection
Right click on the Network Manager icon of your NetVM in the tray and click ‘Edit Connections..’.
Select the connection to randomize and click Edit.
Select the Cloned MAC Address drop down and set to Random or Stable.Stable will generate a random address that persists until reboot, while Random will generate an address each time a link goes up.
Save the change and reconnect the connection (click on Network Manager tray icon and click disconnect under the connection, it should automatically reconnect).
Anonymizer For Mac App

Randomize all Ethernet and Wifi connections
These steps should be done inside a template to be used to create a NetVM as it relies on creating a config file that would otherwise be deleted after a reboot due to the nature of AppVMs.
Write the settings to a new file in the /etc/NetworkManager/conf.d/
directory, such as 00-macrandomize.conf
.The following example enables Wifi and Ethernet MAC address randomization while scanning (not connected), and uses a randomly generated but persistent MAC address for each individual Wifi and Ethernet connection profile.
stable
in combination with${CONNECTION}/${BOOT}
generates a random address that persists until reboot.random
generates a random address each time a link goes up.
To see all the available configuration options, refer to the man page: man nm-settings
Next, create a new NetVM using the edited template and assign network devices to it.
Finally, shutdown all VMs and change the settings of sys-firewall, etc. to use the new NetVM.
You can check the MAC address currently in use by looking at the status pages of your router device(s), or inside the NetVM with the command sudo ip link show
.
Randomize your hostname
DHCP requests also leak your hostname to your LAN. Since your hostname is usually sys-net
, other network users can easily spot that you’re using Qubes OS.
Unfortunately NetworkManager
currently doesn’t provide an option to disable that leak globally (Gnome Bug 768076).
You may however use the following code to assign a random hostname to a VM during each of its startup. Please follow the instructions mentioned in the beginning to properly install it.
Assuming that you’re using sys-net
as your network VM, your sys-net
hostname should now be PC-[number]
with a different [number]
each time your sys-net
is started.
Anonymizer For Email
Please note that the above script should not be added to /rw/config/rc.local) as that is executed only after the network fully started.