Description
https://github.com/sam88651/UsbHasp
Research of USB HASP protection in Linux environment. This project is about USB HASP emulator on Linux.
Emulator consists of several parts:
- usb-vhci - kernel driver and user-mode library
- usbhasp - emulator daemon
- Sentinel HASP drivers and License Manager (not included here)
Installation Instructions
You need EPEL repo enabled in system for automatic building kernel module with dkms. Perform full system update before installing usbhasp.
RHEL7: yum install -y epel-release && yum update -y && shutdown -r now
RHEL8: dnf install -y epel-release && dnf update -y && shutdown -r now
After that you can install usbhasp
RHEL7: yum install -y yum-plugin-copr && yum copr -y enable castor/usbhaspd && yum install -y usbhasp
RHEL8: dnf copr -y enable castor/usbhaspd && dnf install -y usbhasp
usbhaspd is disabled by default. Use systemctl to enable and start.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
| Release | Architectures | Repo Download |
|---|---|---|
EPEL 7
|
x86_64 (358)* | EPEL 7 (280 downloads) |
EPEL 8
|
x86_64 (323)* | EPEL 8 (274 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable castor/usbhaspd
More info about enabling Copr repositories
EPEL 7