root/EMS/index.php

Revision 2, 1.1 kB (checked in by evilbunny, 2 years ago)

Initial import

Line 
1 <?
2     include_once("common.php");
3     include_once("header.php");
4 ?>
5     <div class="bodytext" style="padding:12px;" align="justify">
6         <p>The FreeAuth Enterprise Management System was designed to make it easy to deploy and manage people utilising the FreeAuth MIDLet in their portable Java based devices such as Black Berrys and Mobile Phones.</p>
7         <p>The Free Auth Project was born out of the need for cheap/free One Time Password authentication in any business or organisation where you need to manage keys between users. There is currently numerous systems for doing One Time Passwords in the enterprise but these are often very awkward, user unfriendly or expensive (or all the above).</p>
8         <p>All the pieces currently exist to build such systems, but there is currently no cohesive documentation on how to do it, you have to work it out for yourself as you go along, so the majority of this project is dedicated to documenting different software options and how it all fits togeather, and building or enhancing any software that doesn't exist such as management interfaces to make enterprise deployment easier.</p>
9     </div>
10 <? include_once("footer.php"); ?>
11
Note: See TracBrowser for help on using the browser.