Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
1 answer
76 views

public static byte[] DoSignXML_old(string inputfile, HSMProperties pro, ref ISession session) { try { // Load the XML document XmlDocument XDoc = new XmlDocument(); ...
nits_tech's user avatar
1 vote
1 answer
136 views

Background I am in the process of migrating our CI Code Signing from a Windows Cert Store based Cert/Private Key to an Token based solution (since Tokens or Cloud are 2025 the only solutions offered - ...
Martin Ba's user avatar
  • 39.4k
0 votes
1 answer
459 views

When I was compiling the Docker image, an error occurred, as shown below [root@3e8a57de9554 ~]# rpm -ivh aksusbd-10.11-1.aarch64.rpm Verifying... #############################...
wind's user avatar
  • 1
1 vote
0 answers
581 views

I'm trying to configure the SafeNet eToken 5110 for 2FA login authentication on RHEL7.9. Operating System: RHEL Workstation 7.9 SafeNet Authentication Client 10.7.77.0 My system is air-gapped, and ...
mynameisted's user avatar
2 votes
3 answers
3k views

I am able to sign my Windows EXEs on Windows using SAC and singtool.exe. But this requires a Windows machine which I don't have readily available access to. I primarily work on Linux and the Sectigo ...
nicorellius's user avatar
  • 4,163
0 votes
1 answer
1k views

What I want to achieve? Code sign my VSTO Outlook Plugin using Visual Studio 2022. I follow these instructions: https://learn.microsoft.com/en-us/visualstudio/vsto/how-to-sign-office-solutions?view=vs-...
HHeckner's user avatar
  • 5,094
11 votes
1 answer
5k views

I have a Thales SafeNet token with an EV code signing certificate. To sign an executable I use signtool in a command line: signtool sign /tr "http://timestamp.digicert.com" /td sha256 /fd ...
Coder12345's user avatar
  • 3,803
0 votes
1 answer
824 views

I am trying to setup a Netty Server with HTTPS enabled. In order to establish the SSL/TLS connections, I need to fetch the certificiate from Safenet Luna Network HSM and pass that Cert to Netty's SSL ...
Akash Maharana's user avatar
5 votes
1 answer
1k views

My EV code signing certificate is expiring, and I'm thinking about changing provider. However the new provider(Trust zone) is providing a SafeNet eToken 5100, the one I have now is a SafeNet eToken ...
DaniFlex's user avatar
0 votes
1 answer
1k views

I am trying to decrypt a message that has been encrypted with our public key, using Private Key stored on Luna HSM as under: Connecting To HSM: private void connectToHSM() throws Exception { try { ...
swapnill's user avatar
1 vote
1 answer
234 views

When I try to apply these codes like below, It doesnt get an success result when I check the subdirectory SOFTWARE\Safenet\PTKC\WLD. Is there anybody what is the reason of this issue. RegistryKey ...
Cihan Elibol's user avatar
0 votes
0 answers
81 views

Good day, We have an integration between an HSM Luna 6.3 and Hyperledger Fabric, we use Luna to store the private keys of peers and orderers. The integration works fine but after a while running we ...
Ana Franco's user avatar
  • 1,891
2 votes
0 answers
335 views

We are using Safenet PTK 4.2 Recently we are encountering this error intermittently: Caused by: java.security.InvalidKeyException: CryptokiError: 0x60 key handle invalid at au.com.safenet.crypto....
skeng's user avatar
  • 21
2 votes
2 answers
2k views

I have exported a 3DES key from my SafeNet HSM to a file using a tool named KMU. This tool wraps the key before extraction using another 3DES key. I have access to the plain-text value of the second ...
Ebrahim Ghasemi's user avatar
0 votes
2 answers
2k views

I have an electron app. Pretty basic app. It doesn't use ffmpeg for anything it does play an mp3 chime from time to time. I build my app with electron-forge using squirrel format. I then sign it ...
SoOhNo's user avatar
  • 41
168 votes
14 answers
74k views

We recently purchased a DigiCert EV code signing certificate. We are able to sign .exe files using signtool.exe. However, every time we sign a file, it prompts for the SafeNet eToken password. ...
decasteljau's user avatar
  • 8,131