Frequently Asked Questions
My web site is written in PHP. Is PPHP supported?
Yes. The swekey SDK contains helper files to ease swekey integration in existing PHP sites.
I Downloaded the swekey SDK but I didn't find any code for ASP, JSP or Perl written sites?
Support for those language will come soon. Don't hesisate to contact us if you need help on those languages.
You can also download the swekey pam module, it contains the 'swekey-server' shell script that can be used to ease swekey integration in your web site.
Does my site should be able to attach multiple swekey to a single user account?
That's your choice, you have to decide if a user account can be shared by different users.
The server API let me use custom authentication servers. What are the default values?
The default autheentication servers are:
  • http://auth-rnd-gen.musbe.net to get a random token
  • http://auth-check.musbe.net to verify an OTP
  • http://auth-status.musbe.net to get the status of a swekey
We really need a high level of security, can we have ssl access to authentication servers?
Yes. We also provide access to secured servers. Please use:
  • https://auth-rnd-gen-ssl.musbe.net to get a random token
  • https://auth-check-ssl.musbe.net to verify an OTP
  • https://auth-status-ssl.musbe.net to get the status of a swekey
You can get the root certificate of those servers in the swekey SDK (libray/ssl directory).
If you didn't find an answer to your question you can ask us directly.