Elevate your cybersecurity strategy with Ironchip Identity Platform, designed to bring the power of Multi-Factor Authentication (MFA) to your desktop computing environment. Know more.
Role-based privilege management: Set different user privileges. Prevents unauthorized users from accessing the rest of the system and misusing information, mitigating malicious users.
Restrict access from unauthorized places: Generate enabled access from authorized areas and take your security to the next level.
Supervision of accesses in real time: Check user activity, view access on a timeline, get reports and download them for full control.
Intrusion detection system (IDS): Location-based reporting system to alert of sim swapping, phishing, device switching, etc.
Download the latest installer (.deb
) version from Release.
Identity management must be nowadays considered as an essential component for security in organizations. To address this need, Ironchip provides organizations with the scalability and security necessary to offer their users a consistent experience and a reduced risk of vulnerabilities.
Get a notification on your device Communication for authentication is done over a double-encrypted channel which implements a TLS plus asymmetric elliptic key encryption.
To install the Ironchip Authenticator into your device:
sudo dpkg -i <path to .deb file >
-
To ensure security, you will be prompted to enter your password. This authorizes the operation and allows the installation to proceed.
-
Once the installation process is finished. All you need to do is enroll the device, and you are good to go.
To uninstall the application:
sudo dpkg -r ironchip-authenticator
To uninstall the application from your Mac, follow these steps:
- You will be prompted to enter your administrator password.
Run the Command:
-
Type the following command in Terminal and press
Enter
:sudo ironchip-service configure --restrict-usb=true
-
You will be prompted to enter your administrator password.
Automatic Proxy: If you enable this option, the application will use the proxy configured in the system.
Run the Command:
-
Type the following command in Terminal and press
Enter
:sudo ironchip-service configure --proxy-enable=true
Manual Proxy: If you prefer to configure the proxy manually, the application will take the proxy details from the config.json file.
sudo ironchip-service configure --proxy-manual=true --proxy-manual-uri 127.0.0.1:8080