Programmable TOTP token that fits any authentication system
Classic SHA-1 TOTP hardware token: high-strength and water-resistant
Programmable hardware TOTP token in a key fob format
Classic hardware TOTP token with SHA-256 algorithm support
Free 2FA app for iOS and Android with encrypted cloud backup, PIN, and biometric protection
OTP delivery via messenger — easy, secure, convenient. The service is available on Telegram, Viber and Facebook Messenger
Delivery of one-time passwords via SMS messages
Free delivery of one-time passwords via email
Free one-time password delivery through push notifications in the Protectimus Smart 2FA app - simply press a button to confirm your login
With Protectimus Roundcube 2FA Plugin it takes about 15 minutes to configure two-factor authentication (2FA) in Roundcube and secure access to the Roundcube webmail client with one-time passwords. You can learn more about the Protectimus solution for Roundcube 2FA here.
See below for detailed instructions on setting up Roundcube two-factor authentication (2FA) with Protectimus.
Enable the protectimus_otp_authentication plugin in config/main.inc.php:
$config['plugins'] = array('protectimus_otp_authentication');
Open and adjust plugins/protectimus_otp_authentication/config.inc.php
You have to fill in these parameters:
This is your login name
This is your login name
You can find api key at service.protectimus.com Profile -> API Key
$config['protectimus_api_key']
You don’t need to change this, if you use our cloud service
$config['protectimus_api_url'] = 'https://api.protectimus.com/';
ID of the resource in the Protectimus service
$config['protectimus_resource_id']
IMPORTANT:
If you use theme skin different from default you need to copy your skin folder to Protectimus plugin.
For example:
cp -a skins/default skins/elastic