Introduction - If you have any usage issues, please Google them yourself
USBPass3.0 is a component that is used for software authorization or authentication, based on the physical disk of the usb drive, and using an efficient symmetric encryption algorithm to implement encryption. Because it operates on physical disks, it allows the user to format the usb flash drive at will, and the encryption information is not lost, saving the cumbersome encryption information backup process.
USBPass3.0 adopted double password encryption, contains the advanced password (password) developers, the user password (software release, each user has a password, prevent software license to use). The advanced password has the highest authority, can read the encryption information (not trigger the authorization restriction condition), change the password (when changing the user password, must provide the advanced password); User passwords can only read encrypted messages (triggering authorization restrictions). At the same time, USBPass3.0 can dynamically identify the inserted usb flash disk for easy use.
For the convenience of distributing software, software developers USBPass3.0 provides two standard dynamic library file: USBPassW. DLL, USBPassR. DLL. The usbpassw. DLL provides the ability to create an encrypted usb drive, change the password, and clear the encrypted information. The usbpassr.dll provides the ability to read the encrypted information from the usb drive. The usbpassr.dll is free to distribute without restriction.
Packet : 23825749usbpass3.0.rar filelist
未命名.JPG
USBPassW.dll
USBPassR.dll
DelphiDemo\Demo.res
DelphiDemo\UnitDemo.dcu
DelphiDemo\Demo.exe
DelphiDemo\UnitDialog.dcu
DelphiDemo\UnitDialog.ddp
DelphiDemo\UnitDialog.pas
DelphiDemo\UnitDialog.dfm
DelphiDemo\Demo.~dpr
DelphiDemo\Demo.dpr
DelphiDemo\UnitDemo.~pas
DelphiDemo\UnitDemo.~dfm
DelphiDemo\UnitDemo.~ddp
DelphiDemo\UnitDemo.pas
DelphiDemo\UnitDemo.dfm
DelphiDemo\UnitDemo.ddp
DelphiDemo\Demo.dof
DelphiDemo\Demo.cfg
VBDemo\Demo.exe
VBDemo\Demo.vbw
VBDemo\frmDemo.frx
VBDemo\frmDialog.frm
VBDemo\MSSCCPRJ.SCC
VBDemo\ModExplain.bas
VBDemo\frmDemo.frm
VBDemo\Demo.vbp
反注册USBPass组件.bat
注册USBPass组件.bat
USBPass3.0使用说明.pdf
DelphiDemo
VBDemo