diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:35:55 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:30 +0700 |
commit | a691ed032e9324ced49ce0a694c42e8d43d783c7 (patch) | |
tree | b389890273af648b39f4f10dd6a3fc3e915e39c7 /desktop | |
parent | e371447fb3726d3086bf4b0bd4a71a3d5f320e52 (diff) | |
download | slackbuilds-a691ed032e9324ced49ce0a694c42e8d43d783c7.tar.gz |
desktop/stoken: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/stoken/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/desktop/stoken/README b/desktop/stoken/README index 1cf2f0082f..2184fe1799 100644 --- a/desktop/stoken/README +++ b/desktop/stoken/README @@ -1,6 +1,8 @@ -stoken is a tokencode generator compatible with RSA SecurID -128-bit (AES) tokens. The project includes several components: +stoken is a tokencode generator compatible with RSA SecurID 128-bit +(AES) tokens. The project includes several components: -- A simple command line interface (CLI) used to manage and manipulate tokens +- A simple command line interface (CLI) used to manage and manipulate + tokens - A GTK+ GUI with cut&paste functionality -- A shared library allowing other software to generate tokencodes on demand +- A shared library allowing other software to generate tokencodes + on demand |