-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (47 loc) · 3.6 KB
/
Copy pathindex.html
File metadata and controls
62 lines (47 loc) · 3.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>SEEK for Android</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<body>
<section class="page-header">
<div><img src="img/ic_SEEK.png" style="width:200px;">
<h1 class="project-name">SEEK for android</h1></div>
<h2 class="project-tagline"></h2>
<a href="https://github.com/seek-for-android" class="btn">View us on GitHub</a>
<a href="https://github.com/seek-for-android/pool/wiki" class="btn">Browse our Wiki</a>
<a href="https://drive.google.com/file/d/0B63jMJOYc2l3SjZXSThtMkprNEk/view" class="btn">Download Latest Version </a>
</section>
<section class="main-content">
<h1>
<a id="secure-element-evaluation-kit-for-the-android-platform" class="anchor" href="#secure-element-evaluation-kit-for-the-android-platform" aria-hidden="true"><span class="octicon octicon-link"></span></a>Secure Element Evaluation Kit for the Android platform</h1>
<h2>
<a id="latest-news" class="anchor" href="#latest-news" aria-hidden="true"><span class="octicon octicon-link"></span></a>Latest News</h2>
<ul>
<li>
<strong>Smartcard API v4.0.0</strong> (based on Android 5.0 Lollipop) is already available for <a href="https://drive.google.com/file/d/0B63jMJOYc2l3SjZXSThtMkprNEk/view">download</a>.</li>
<li>
<strong>MSC Smartcard Service v4.0.0</strong> (based on Android 5.0 Lollipop and overcoming the O_DIRECT issue) is already available for <a href="https://drive.google.com/file/d/0B63jMJOYc2l3R0FqUDl6eS1UTEk/view">download</a>.</li>
</ul>
<h2>
<a id="vision" class="anchor" href="#vision" aria-hidden="true"><span class="octicon octicon-link"></span></a>Vision</h2>
<p>Our vision is that Android becomes an important platform for developing and deploying security-based applications, thanks to its openness and the strength of its tools. Finally, all code should be contributed into the Android platform in order to have hardware-based security support in every new Android phone.<br></p>
<h2>
<a id="proposed-solution--smartcard-api-for-android" class="anchor" href="#proposed-solution--smartcard-api-for-android" aria-hidden="true"><span class="octicon octicon-link"></span></a>Proposed solution – SmartCard API for Android</h2>
<p>The SmartCard API adds the necessary modules and API’s to the Android platform. It offers flexible access to secure elements, allowing a secure application solution to make use of any secure form factor, such as a USIM card, a secure µSD card, an embedded secure element, …</p>
<p><img src="https://cloud.githubusercontent.com/assets/11645011/6865053/10376c7c-d46a-11e4-9314-667a568063e0.png" alt=""></p>
<h2>
<a id="getting-involved" class="anchor" href="#getting-involved" aria-hidden="true"><span class="octicon octicon-link"></span></a>Getting involved</h2>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/seek-for-android/">SEEK for Android</a> open source project is maintained by <a href="http://www.gi-de.com/">Giesecke & Devrient GmbH</a>.</span>
</footer>
</section>
</body>
</html>