Download
Download access
To download the software, you must be a registered support user.
If you are new to developing applications with a Securosys-HSM, you can obtain a free developer account by contacting us at info@securosys.com.
Credentials
To download the Primus Tools retrieve the Download-Link-File from the Securosys Support Portal Knowledge Base article in the Download section. This file contains the credentials necessary for downloading the software package.
Support Portal: Download-Link-File
Primus Tools Bundle
Replace the variables CRED
, VERSION
with the values from the Download-Link-File.
- Unix
- Windows CMD
- Browser
USER=support.reader.jce
CRED=REPLACE_ME
VERSION=latest
curl -L -XGET https://${USER}:${CRED}@securosys.jfrog.io/artifactory/jce-provider/PrimusTools_JCE-${VERSION}.zip -o PrimusTools_JCE-${VERSION}.zip
set USER=support.reader.jce
set CRED=REPLACE_ME
set VERSION=latest
curl -L -o "PrimusTools_JCE-%VERSION%.zip" https://%USER%:%CRED%@securosys.jfrog.io/artifactory/jce-provider/PrimusTools_JCE-%VERSION%.zip
Username: support.reader.jce