<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=LinOTP</id>
	<title>LinOTP - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=LinOTP"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=LinOTP&amp;action=history"/>
	<updated>2026-05-15T09:28:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=LinOTP&amp;diff=5680&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;'''LinOTP''' is a Linux-based solution to manage authentication devices for two-factor authentication with one time passwords.  It is imple...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=LinOTP&amp;diff=5680&amp;oldid=prev"/>
		<updated>2019-06-09T13:17:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;LinOTP&amp;#039;&amp;#039;&amp;#039; is a Linux-based solution to manage authentication devices for &lt;a href=&quot;/index.php?title=Multi-factor_authentication&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Multi-factor authentication (page does not exist)&quot;&gt;two-factor authentication&lt;/a&gt; with &lt;a href=&quot;/index.php?title=One_time_password&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;One time password (page does not exist)&quot;&gt;one time passwords&lt;/a&gt;.  It is imple...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''LinOTP''' is a Linux-based solution to manage authentication devices for [[Multi-factor authentication|two-factor authentication]] with [[one time password]]s. &lt;br /&gt;
It is implemented as a web service based on the python framework [http://www.pylonsproject.org/ Pylons]. Thus it requires a web server to &lt;br /&gt;
run in.&lt;br /&gt;
&lt;br /&gt;
LinOTP is mainly developed by the German company [https://keyidentity.com KeyIdentity GmbH]. Its core components are licensed under the [[Affero General Public License]].&lt;br /&gt;
&lt;br /&gt;
It is an open source authentication server certified&lt;br /&gt;
by the [[Initiative For Open Authentication|OATH initiative for open authentication]] for its 2.4 version.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
As a web service LinOTP provides a [[REST]]-like web API. All functions can be accessed via [http://www.pylonsproject.org/ Pylons] controllers. &lt;br /&gt;
Responses are returned as a [[JSON]] object.&lt;br /&gt;
&lt;br /&gt;
LinOTP is designed in a modular way enabling user store modules and token modules. Thus it is capable of supporting a wide range of different tokens.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Supported tokens:&lt;br /&gt;
:* [[SafeNet]] eToken Pass&lt;br /&gt;
:* [[SafeNet]] Safeword Alpine&lt;br /&gt;
:* [http://motp.sourceforge.net/ mOTP]&lt;br /&gt;
:* Lost token&lt;br /&gt;
:* Paper token&lt;br /&gt;
:* [[Feitian Technologies Co., Ltd.|Feitian]] C-100 (HOTP)&lt;br /&gt;
:* [[Feitian Technologies Co., Ltd.|Feitian]] C-200 (TOTP)&lt;br /&gt;
:* [[Feitian Technologies Co., Ltd.|Feitian]] C-300 (OCRA)&lt;br /&gt;
:* [[Feitian Technologies Co., Ltd.|Feitian]] c601 (optical OCRA)&lt;br /&gt;
:* Authenex A-Key V 3.6&lt;br /&gt;
:* Yubico Yubikey&lt;br /&gt;
:* [[Gemalto]] Ezio Token&lt;br /&gt;
:* [[Smartdisplayer]]&lt;br /&gt;
:* [[NagraID]] 106/103&lt;br /&gt;
:* [[NagraID]] 306 (OCRA)&lt;br /&gt;
:* BR Token SafeSIGNATURE&lt;br /&gt;
:* [[LSE Leading Security Experts GmbH|LSE]] Simple Pass token&lt;br /&gt;
:* [[LSE Leading Security Experts GmbH|LSE]] Remote Token&lt;br /&gt;
:* [[LSE Leading Security Experts GmbH|LSE]] Radius Token&lt;br /&gt;
:* [[LSE Leading Security Experts GmbH|LSE]] Tagespasswort Token&lt;br /&gt;
:* Apps for iPhone and Android like the [[Google Authenticator]]&lt;br /&gt;
:* Any HOTP/ TOTP and OCRA Token&lt;br /&gt;
* Yubikey mass enrollment via CLI&lt;br /&gt;
* support for token databases like sqlite, mysql, postgresql, oracle, db2&lt;br /&gt;
* management via web interface or command line client&lt;br /&gt;
* Users stored in flat files &lt;br /&gt;
* [[Pluggable Authentication Modules|PAM]] module&lt;br /&gt;
* [[SAML]]&lt;br /&gt;
* [[OpenID]]&lt;br /&gt;
* [[FreeRADIUS]] connection via rlm_perl&lt;br /&gt;
* Selfservice&lt;br /&gt;
* Import of XML Token files&lt;br /&gt;
* Management functions:&lt;br /&gt;
:* enroll/assign tokens&lt;br /&gt;
:* synchronize, resynchronize, automatic resychronization&lt;br /&gt;
:* activate/deactivate/delete tokens&lt;br /&gt;
:* autoassignment&lt;br /&gt;
:* lost token scenario&lt;br /&gt;
:* find token by OTP value&lt;br /&gt;
:* get OTP value&lt;br /&gt;
* Detailed Policies Definitions&lt;br /&gt;
* Sophisticated Audit API&lt;br /&gt;
* [[Multitenancy]]&lt;br /&gt;
&lt;br /&gt;
== Source Code ==&lt;br /&gt;
&lt;br /&gt;
Being written in Python the program itself comes as the source code. The code is available via the Python Package Index &lt;br /&gt;
[https://pypi.python.org/pypi/LinOTP/2.7 PyPI] or from the project website .&lt;br /&gt;
&lt;br /&gt;
The source code can be obtained from GitHub: [https://github.com/LinOTP/LinOTP LinOTP repository].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[one-time password]]&lt;br /&gt;
*[[Security token|Tokens]]&lt;br /&gt;
*[[Time-based One-time Password Algorithm|TOTP]]&lt;br /&gt;
*[[HMAC-based One-time Password Algorithm|HOTP]]&lt;br /&gt;
*[[Multi-factor authentication]]&lt;br /&gt;
*[[OTPW]]&lt;br /&gt;
*[[OPIE Authentication System]]&lt;br /&gt;
*[[Google Authenticator]]&lt;br /&gt;
*[[Pylons project]]&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://wikipedia.org/ http://wikipedia.org/]&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Cryptographic algorithms]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>