diff options
author | wg <wg@FreeBSD.org> | 2014-08-12 20:39:58 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-08-12 20:39:58 +0800 |
commit | 0daba4cbd63e35c4f34e98b9b8f356be17a384de (patch) | |
tree | 8afee39fdb1223a96f415a0f1551b22ef90c1b06 /security/Makefile | |
parent | 3cb6065b4eaec094d69460199ad64f8cd60345f9 (diff) | |
download | freebsd-ports-gnome-0daba4cbd63e35c4f34e98b9b8f356be17a384de.tar.gz freebsd-ports-gnome-0daba4cbd63e35c4f34e98b9b8f356be17a384de.tar.zst freebsd-ports-gnome-0daba4cbd63e35c4f34e98b9b8f356be17a384de.zip |
security/stoken: Software Token for UNIX compatible with RSA SecurID
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.
WWW: http://stoken.sourceforge.net
PR: 192517
Submitted by: samm os2 kiev ua
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 3c76325bc6ce..5b4aec8d39b2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -964,6 +964,7 @@ SUBDIR += starttls SUBDIR += stegdetect SUBDIR += steghide + SUBDIR += stoken SUBDIR += strobe SUBDIR += strongswan SUBDIR += stunnel |