<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/stoken/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/stoken/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 08 Dec 2014 07:06:14 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/stoken/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Kevin Cernekee</title><link>https://sourceforge.net/p/stoken/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -9,6 +9,7 @@
  - GTK+ graphical UI: "stoken-gui"
  - Shared library for use with external programs: "libstoken.so.1"
  - JNI (Java) API compatible with Android
+

 Downloading stoken
 ------------------
@@ -28,6 +29,7 @@
 Updates and releases will be posted here at [stoken.sf.net](http://stoken.sf.net)

 Android users: check out [Easy Token](https://play.google.com/store/apps/details?id=app.easytoken), which is based on libstoken.
+

 Basic usage
 -----------
@@ -51,10 +53,15 @@

     openconnect -u USERNAME --token-mode=rsa HOSTNAME

----

-Screenshot from stoken-gui:
+Screenshots
+-----------

-&lt;center&gt;
-![screenshot](http://stoken.sf.net/images/stoken.png)
-&lt;/center&gt;
+
+
+  
+  &lt;table border="1" cellpadding="15"&gt;&lt;tr align="center"&gt;&lt;td&gt;&lt;code&gt;stoken-gui&lt;/code&gt;
+  &lt;/td&gt;&lt;td&gt;&lt;code&gt;stoken-gui --small&lt;/code&gt;
+&lt;/td&gt;&lt;/tr&gt;&lt;tr valign="top"&gt;&lt;td&gt;&lt;img src="http://stoken.sf.net/images/stoken.png" /&gt;
+  &lt;/td&gt;&lt;td&gt;&lt;img src="http://stoken.sf.net/images/stoken-small.png" /&gt;
+&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Cernekee</dc:creator><pubDate>Mon, 08 Dec 2014 07:06:14 -0000</pubDate><guid>https://sourceforge.net2e4f2126c48729031706c967322327d766aadc7a</guid></item><item><title>Home modified by Kevin Cernekee</title><link>https://sourceforge.net/p/stoken/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -26,6 +26,8 @@
     apt-get install stoken libstoken-dev

 Updates and releases will be posted here at [stoken.sf.net](http://stoken.sf.net)
+
+Android users: check out [Easy Token](https://play.google.com/store/apps/details?id=app.easytoken), which is based on libstoken.

 Basic usage
 -----------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Cernekee</dc:creator><pubDate>Mon, 07 Jul 2014 16:04:59 -0000</pubDate><guid>https://sourceforge.net811b471ce7789f1c92b8b35e77369da2e3e91493</guid></item><item><title>Home modified by Kevin Cernekee</title><link>https://sourceforge.net/p/stoken/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -1,4 +1,5 @@
-&lt;u&gt;&lt;b&gt;stoken - Software Token for Linux/UNIX&lt;/b&gt;&lt;/u&gt;
+stoken - Software Token for Linux/UNIX
+======================================

 stoken is an open source tokencode generator compatible with RSA SecurID 128-bit (AES) tokens.  It is a hobbyist project, not affiliated with or endorsed by RSA Security.

@@ -8,6 +9,9 @@
  - GTK+ graphical UI: "stoken-gui"
  - Shared library for use with external programs: "libstoken.so.1"
  - JNI (Java) API compatible with Android
+
+Downloading stoken
+------------------

 Release tarballs are available on [the download page](https://sourceforge.net/projects/stoken/files/); the head of tree is hosted at [GitHub](https://github.com/cernekee/stoken).  Please submit improvements through the GitHub "pull request" interface.

@@ -23,7 +27,25 @@

 Updates and releases will be posted here at [stoken.sf.net](http://stoken.sf.net)

-Modern versions of [OpenConnect](http://www.infradead.org/openconnect/) link against libstoken and can send an autogenerated tokencode as the password.  Basic usage:
+Basic usage
+-----------
+
+First, import a token from a raw string or an "sdtid" XML file:
+
+    stoken import --token 2000123456...
+    stoken import --token com.rsa.securid.iphone://ctf?ctfData=2000123456...
+    stoken import --file mytoken.sdtid
+
+This will prompt for an optional password, so that your seed is encrypted on disk.
+
+Next, use the CLI or GUI to show the current tokencode:
+
+    stoken tokencode
+    stoken-gui &amp;
+
+If your token requires a PIN, stoken will prompt for it.  You can use "stoken setpin" to cache your PIN in ~/.stokenrc.  This is much less secure, but may be useful for automation.
+
+Modern versions of [OpenConnect](http://www.infradead.org/openconnect/) link against libstoken and can send an autogenerated tokencode as the password.  Import your token using the above instructions, then:

     openconnect -u USERNAME --token-mode=rsa HOSTNAME

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Cernekee</dc:creator><pubDate>Tue, 18 Mar 2014 16:50:11 -0000</pubDate><guid>https://sourceforge.nete39e524bddc0c2c37e95508a0c05bc0b7b885531</guid></item><item><title>Home modified by Kevin Cernekee</title><link>https://sourceforge.net/p/stoken/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -23,6 +23,10 @@

 Updates and releases will be posted here at [stoken.sf.net](http://stoken.sf.net)

+Modern versions of [OpenConnect](http://www.infradead.org/openconnect/) link against libstoken and can send an autogenerated tokencode as the password.  Basic usage:
+
+    openconnect -u USERNAME --token-mode=rsa HOSTNAME
+
 ---

 Screenshot from stoken-gui:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Cernekee</dc:creator><pubDate>Tue, 18 Mar 2014 16:24:53 -0000</pubDate><guid>https://sourceforge.nete011fc7b9d162b5dbc7efeac575c7b3627454fa2</guid></item><item><title>Home modified by Kevin Cernekee</title><link>https://sourceforge.net/p/stoken/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -16,6 +16,7 @@
 Newer (but experimental) Ubuntu packages are often available from [my PPA](https://launchpad.net/~cernekee/+archive/ppa).  Sample usage:

     sudo -s
+    apt-get install python-software-properties
     add-apt-repository ppa:cernekee/ppa
     apt-get update
     apt-get install stoken libstoken-dev
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Cernekee</dc:creator><pubDate>Sun, 16 Mar 2014 19:57:37 -0000</pubDate><guid>https://sourceforge.netded60c20f24d3a6227ceab9595d29228c68ffcb4</guid></item><item><title>Home modified by Kevin Cernekee</title><link>https://sourceforge.net/p/stoken/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Cernekee</dc:creator><pubDate>Sat, 15 Mar 2014 21:15:06 -0000</pubDate><guid>https://sourceforge.net93bcb86e5ae1ec28ce12ac2d568ac171b0f3ae64</guid></item><item><title>Home modified by Kevin Cernekee</title><link>https://sourceforge.net/p/stoken/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,18 +1,19 @@
 &lt;u&gt;&lt;b&gt;stoken - Software Token for Linux/UNIX&lt;/b&gt;&lt;/u&gt;

-stoken is a tokencode generator compatible with RSA SecurID 128-bit (AES) tokens.  It is a hobbyist project, not affiliated with or endorsed by RSA Security.
+stoken is an open source tokencode generator compatible with RSA SecurID 128-bit (AES) tokens.  It is a hobbyist project, not affiliated with or endorsed by RSA Security.

 stoken offers the following interfaces:

  - Interactive or batched CLI: "stoken"
  - GTK+ graphical UI: "stoken-gui"
  - Shared library for use with external programs: "libstoken.so.1"
+ - JNI (Java) API compatible with Android

 Release tarballs are available on [the download page](https://sourceforge.net/projects/stoken/files/); the head of tree is hosted at [GitHub](https://github.com/cernekee/stoken).  Please submit improvements through the GitHub "pull request" interface.

-stoken is available in [Debian unstable](http://packages.debian.org/sid/stoken).
+stoken is available in [Debian Jessie+](https://packages.debian.org/testing/stoken), [Ubuntu 13.10+](http://packages.ubuntu.com/saucy/stoken), and [Fedora 19+](https://apps.fedoraproject.org/packages/stoken).

-Experimental Ubuntu packages are available from [my PPA](https://launchpad.net/~cernekee/+archive/ppa).  Sample usage:
+Newer (but experimental) Ubuntu packages are often available from [my PPA](https://launchpad.net/~cernekee/+archive/ppa).  Sample usage:

     sudo -s
     add-apt-repository ppa:cernekee/ppa
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Cernekee</dc:creator><pubDate>Sat, 15 Mar 2014 21:14:35 -0000</pubDate><guid>https://sourceforge.netcfc251c643eb26c8d351911ec16649912d6eb94a</guid></item><item><title>Home modified by Kevin Cernekee</title><link>https://sourceforge.net/p/stoken/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -8,7 +8,7 @@
  - GTK+ graphical UI: "stoken-gui"
  - Shared library for use with external programs: "libstoken.so.1"

-This program is still under development; current sources are available in [my GitHub repo](https://github.com/cernekee/stoken).  Please submit improvements through the GitHub "pull request" interface.
+Release tarballs are available on [the download page](https://sourceforge.net/projects/stoken/files/); the head of tree is hosted at [GitHub](https://github.com/cernekee/stoken).  Please submit improvements through the GitHub "pull request" interface.

 stoken is available in [Debian unstable](http://packages.debian.org/sid/stoken).

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Cernekee</dc:creator><pubDate>Sun, 02 Jun 2013 16:44:23 -0000</pubDate><guid>https://sourceforge.net5b32341c93342d1b4b9e1e40ec7d3617e0d90803</guid></item><item><title>Home modified by Kevin Cernekee</title><link>https://sourceforge.net/p/stoken/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -21,6 +21,8 @@

 Updates and releases will be posted here at [stoken.sf.net](http://stoken.sf.net)

+---
+
 Screenshot from stoken-gui:

 &lt;center&gt;
&lt;/center&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Cernekee</dc:creator><pubDate>Sun, 02 Jun 2013 16:38:39 -0000</pubDate><guid>https://sourceforge.net95c6630de520b91bef87fd55911363320f7d449c</guid></item><item><title>Home modified by Kevin Cernekee</title><link>https://sourceforge.net/p/stoken/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -8,15 +8,21 @@
  - GTK+ graphical UI: "stoken-gui"
  - Shared library for use with external programs: "libstoken.so.1"

-This program is still under development; current sources are available in &lt;a href="https://github.com/cernekee/stoken" target="_top" rel="nofollow"&gt;my GitHub repo&lt;/a&gt;.  Please submit improvements through the GitHub "pull request" interface.
+This program is still under development; current sources are available in [my GitHub repo](https://github.com/cernekee/stoken).  Please submit improvements through the GitHub "pull request" interface.

-stoken is available in &lt;a href="http://packages.debian.org/sid/stoken" rel="nofollow"&gt;Debian unstable&lt;/a&gt;.
+stoken is available in [Debian unstable](http://packages.debian.org/sid/stoken).

-Experimental Ubuntu packages are available from &lt;a href="https://launchpad.net/~cernekee/+archive/ppa" target="_top" rel="nofollow"&gt;my PPA&lt;/a&gt;.  Sample usage:
+Experimental Ubuntu packages are available from [my PPA](https://launchpad.net/~cernekee/+archive/ppa).  Sample usage:

     sudo -s
     add-apt-repository ppa:cernekee/ppa
     apt-get update
     apt-get install stoken libstoken-dev

-Updates and releases will be posted here at &lt;a href="http://stoken.sf.net/" target="_top"&gt;http://stoken.sf.net&lt;/a&gt;
+Updates and releases will be posted here at [stoken.sf.net](http://stoken.sf.net)
+
+Screenshot from stoken-gui:
+
+&lt;center&gt;
+![screenshot](http://stoken.sf.net/images/stoken.png)
+&lt;/center&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Cernekee</dc:creator><pubDate>Sun, 02 Jun 2013 16:37:44 -0000</pubDate><guid>https://sourceforge.netdd52c93c7bff0e106178cf19638a6b8b34fb4a04</guid></item></channel></rss>