HASP - Hardware Against Software Piracy. Software and hardware authentication from SafeNet.
Questions tagged [hasp]
16 questions
6
votes
1 answer
Should HASP Vendor Code be encrypted/obfuscated?
This is in regard to SafeNet/Aladdin Sentinel HASP keys. I've posted to their site but just in case anybody else knows the answer or would find the answer useful I'm posting here too.
According to the docs provided by SafeNet in "Software…

Jacob
- 410
- 3
- 11
5
votes
1 answer
HASP HL working demo needed for C#
Okay. Well, I know this question has a good chance of being closed within the first 10 minutes, but I am going to ask it anyways for I have spent almost day and an half trying to find a solution. Still, I can't figure this one out. There is not much…

ThN
- 3,235
- 3
- 57
- 115
4
votes
2 answers
Sentinel Hl Basic protect vendor code
I use bellow code to protect a piece of .net program.
We chose to use api instead of classic Envelope method as we want custom behavior not just the normal window "Key not found"
My question is how i can protect the vendor code as it can be seen as…

adi sba
- 621
- 1
- 12
- 32
4
votes
1 answer
HaspDotNetDllBroken error
I am using Safenet Sentinel key, I have created a webservice for login but when i run it the first time it throws an error HASPDotNetDllBroken but runs fine if i run it the second time or consecutively after that.
I am using the following…

Shahid Manzoor Bhat
- 1,307
- 1
- 13
- 32
3
votes
1 answer
C# HASP login code
I want to try out hasp api to build my custom security behaviour but when I use code generated by Sentinel HASP ToolBox it does not work.
I pasted this code from Toolbox to onLoad Form method:
HaspFeature feature = HaspFeature.Default;
string…

Marek Bar
- 873
- 3
- 16
- 31
2
votes
3 answers
Is there a way to envelope Adobe AIR (SWF/Flex) application into C# application to use HASP protection
We have an Adobe AIR application which uses Flex Framework. It was initially built for browser version, but now we also need to use it as stand-alone application. This is possible to do using Adobe AIR.
However we need to use IP protection with this…

Alexey Kamenskiy
- 2,888
- 5
- 36
- 56
1
vote
1 answer
Modify memory of hareware key of HaspFile which is ReadOnly
I'd like to ask a question. I know it is possible to modify the memory of a hareware key by modifying HaspFile which is ReadWrite
Dim file As HaspFile = hasp.GetFile(HaspFileId.ReadWrite)
Dim newBytes() AsByte = New Byte() {1, 2, 3, 4, 5, 6,…

martinwang1985
- 528
- 3
- 26
- 42
1
vote
1 answer
Java applets taking too much time to load
I am using the Sentinel EMS from Safenet. The local tomcat6 website uses the java applets for their hardware key management. I installed the latest jre7 u45 from java.com. My problem is the java applets are taking too much time to load in an offline…

Vijayakumar
- 51
- 1
- 9
1
vote
0 answers
Using Safenet HASP in VisualStudio unit test
I have been using HASP 5.0 in my .Net 4.0 (VS2010, Win 7) application with no problems.
I am adding some new functionality and am trying to create unit tests for it. I am not able to run code from the test project that logs into the hasp license. …

GilShalit
- 6,175
- 9
- 47
- 68
1
vote
1 answer
Operation is not valid due to the current state of the object - HASP HL dongle
I am trying to add reference to my Delphi Prism project for HASP HL. So, I can communicate with the USB HASP HL dongle.
After the initial set up, I couldn't get my program to communicate with the USB HASP HL dongle. So, I watched a youtube tutorial…

ThN
- 3,235
- 3
- 57
- 115
0
votes
1 answer
Linux HASP implementation C#
Trying to implement hasp protection in my Unity project,
I put dlls file in Plugins folder it include:
hasp_net_standard.dll
libapidsp_linux_x86_64.so
libhasp_linux_x86_64_xxxxx.a
libhasp_linux_x86_64_xxxxx.so
when i run my application this code…

IProroIK
- 31
- 2
0
votes
1 answer
Sentinel HASP returns NoApiDylib for 64bit DLL
Since my solution should be buildable for AnyCPU I had to choose the right Hasp DLL during runtime. This works quite nice with the proxy pattern. When I use the 32bit hasp_net_windows.dll everything works fine and I am able to login to the dongle…

Hafflgav
- 1
- 1
0
votes
1 answer
How to reuse old LPT HASP key?
I've got a bunch of old LPT HASP keys. 1
Is there a way to interrogate these?
Can I use these HASP Keys as a source of random values or something like that?
Maybe there is a better way to give those things a second life?

Pavel P. Kim
- 3
- 1
- 3
0
votes
0 answers
Trouble with HTTP POS REQUEST HASH KEY
i'm trying to connect to payment gateway and i have this form below to be sent as http post:
0
votes
1 answer
ActiveX component can't create object. Hasp in Excel VBA
I wanted to create object of HASP app in VBA in Excel, but I have such error:
Run-time error '429': ActiveX component can't create object.
I installed hasp_com_windows.dll in SYSWOW64 folder and hasp_com_windows_x64.dll in System32. I also add…

Monic
- 726
- 10
- 31