Package Details: sac-core-legacy 10.0.37-6

Git Clone URL: https://aur.archlinux.org/sac-core-legacy.git (read-only, click to copy)
Package Base: sac-core-legacy
Description: SafeNet Authentication Client (version 10.0 for old Alladin eToken support)
Upstream URL: https://cpl.thalesgroup.com/access-management/security-applications/authentication-client-token-management
Licenses: custom
Submitter: grawity
Maintainer: grawity
Last Packager: grawity
Votes: 1
Popularity: 0.000003
First Submitted: 2021-01-16 17:37 (UTC)
Last Updated: 2021-11-24 06:24 (UTC)

Pinned Comments

grawity commented on 2021-11-24 06:30 (UTC) (edited on 2021-11-24 06:32 (UTC) by grawity)

This is an old version of SAC for eToken 5110 FIPS, Alladin eToken 64K/72K, etc. It should work side-by-side with other SAC versions.

(Although libeToken from sac-core 10.7 supports eToken 5110 at the PKCS#11 layer, it lacks the PCSC "card reader" driver (aks-idfh) that lets it talk to the tokens at USB layer, so you'll need this one anyway.)

This module is not loaded to p11-kit by default – if you use tools that accept pkcs11: URIs, you'll need to add it to ~/.config/pkcs11/ (pkcs11.conf(5)) like this:

module: /usr/lib/sac-10.0/libeToken.so

However, if you have multiple SAC versions installed, it might be not the best idea to load all of them into the same process directly. If things start crashing, try loading the module out-of-process like this instead:

remote: |p11-kit remote /usr/lib/sac-10.0/libeToken.so

Latest Comments

grawity commented on 2021-11-24 06:30 (UTC) (edited on 2021-11-24 06:32 (UTC) by grawity)

This is an old version of SAC for eToken 5110 FIPS, Alladin eToken 64K/72K, etc. It should work side-by-side with other SAC versions.

(Although libeToken from sac-core 10.7 supports eToken 5110 at the PKCS#11 layer, it lacks the PCSC "card reader" driver (aks-idfh) that lets it talk to the tokens at USB layer, so you'll need this one anyway.)

This module is not loaded to p11-kit by default – if you use tools that accept pkcs11: URIs, you'll need to add it to ~/.config/pkcs11/ (pkcs11.conf(5)) like this:

module: /usr/lib/sac-10.0/libeToken.so

However, if you have multiple SAC versions installed, it might be not the best idea to load all of them into the same process directly. If things start crashing, try loading the module out-of-process like this instead:

remote: |p11-kit remote /usr/lib/sac-10.0/libeToken.so