aboutsummaryrefslogtreecommitdiff
path: root/utils/stoken
Commit message (Collapse)AuthorAge
* stoken: move to Encryption submenuAlberto Bursi2016-10-24
| | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* stoken: Fix binary installationFlorian Fainelli2016-06-30
| | | | | | | | We were copying a wrapper script instead of the actual executable. Fixes #2910 Signed-off-by: Florian Fainelli <florian@openwrt.org>
* utils: add stokenFlorian Fainelli2014-12-07
stoken is a tokencode generator compatible with RSA SecurID 128-bit (AES). stoken supports libtomcrypt and libnettle, we build against nettle by default since tomcrypt is not packaged by OpenWrt Signed-off-by: Florian Fainelli <florian@openwrt.org>