嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
epass3000开发包
.
├── PKCS #11.zip
├── PKCS #11(密码令牌接口标准)v2.11.doc
├── epass3000开发包
│ ├── Docs
│ │ ├── CHANGES.zh-CN.txt
│ │ ├── License_zh-CN.rtf
│ │ ├── README.zh-CN.txt
│ │ ├── Thumbs.db
│ │ ├── ePass3000_CAPI_C.pdf
│ │ ├── ePass3000_CRYPTO_PKI_C.pdf
│ │ ├── ePass3000_Developer_Guide_C.pdf
│ │ ├── ePass3000_Hardware_Description_C.pdf
│ │ ├── ePass3000_Netscape_C.pdf
│ │ ├── ePass3000_RunTime_Package_Installation_Guide_C.pdf
│ │ ├── ePass3000_SmartCard_Logon_C.pdf
│ │ ├── ePass3000_VPN_C.pdf
│ │ ├── ePass3000_Word_C.pdf
│ │ └── ePassNG_UserGuide_C.pdf
│ ├── PKI
│ │ ├── README.zh-CN.txt
│ │ ├── Utilities
│ │ │ ├── CHANGES.zh-CN.txt
│ │ │ ├── PKIINIT
│ │ │ │ ├── PKIInit.exe
│ │ │ │ └── init_fteps3k_sc.dll
│ │ │ ├── README.zh-CN.txt
│ │ │ ├── ePassNgMgr.exe
│ │ │ └── lang
│ │ │ ├── ngmgr_1033.lng
│ │ │ └── ngmgr_2052.lng
│ │ ├── include
│ │ │ ├── CHANGES.zh-CN.txt
│ │ │ ├── Import.h
│ │ │ ├── NGSetup.h
│ │ │ ├── README.zh-CN.txt
│ │ │ ├── csp
│ │ │ │ └── csp_ft.h
│ │ │ ├── init_header.h
│ │ │ └── pkcs11
│ │ │ ├── cryptoki.h
│ │ │ ├── cryptoki_ft.h
│ │ │ ├── pkcs11.h
│ │ │ ├── pkcs11f.h
│ │ │ └── pkcs11t.h
│ │ ├── lib
│ │ │ ├── README.zh-CN.txt
│ │ │ ├── lib_x64
│ │ │ │ ├── CHANGES.zh-CN.txt
│ │ │ │ ├── ImportCertsDll.dll
│ │ │ │ ├── ImportCertsDll.lib
│ │ │ │ ├── README.zh-CN.txt
│ │ │ │ ├── init_fteps3k_sc.dll
│ │ │ │ ├── init_fteps3k_sc.lib
│ │ │ │ ├── ngp11v211.dll
│ │ │ │ └── ngp11v211.lib
│ │ │ └── lib_x86
│ │ │ ├── CHANGES.zh-CN.txt
│ │ │ ├── ImportCertsDll.dll
│ │ │ ├── ImportCertsDll.lib
│ │ │ ├── README.zh-CN.txt
│ │ │ ├── init_fteps3k_sc.dll
│ │ │ ├── init_fteps3k_sc.lib
│ │ │ ├── msvcp60.dll
│ │ │ ├── ngp11v211.dll
│ │ │ ├── ngp11v211.lib
│ │ │ └── setup
│ │ │ ├── NGSetup.dat
│ │ │ ├── NGSetup.dll
│ │ │ ├── NGSetup.lib
│ │ │ └── README.zh-CN.txt
│ │ ├── redist
│ │ │ ├── CHANGES.zh-CN.txt
│ │ │ ├── README.zh-CN.txt
│ │ │ ├── cn
│ │ │ │ └── eps3k_stdSimpChinese.exe
│ │ │ ├── ePassNgMgr_EndUser.exe
│ │ │ ├── en
│ │ │ │ └── eps3k_stdEnglish.exe
│ │ │ └── lang
│ │ │ ├── ngmgr_1033.lng
│ │ │ └── ngmgr_2052.lng
│ │ └── samples
│ │ ├── CHANGES.zh-CN.txt
│ │ ├── CryptoAPI
│ │ │ ├── README.zh-CN.txt
│ │ │ └── VC
│ │ │ ├── CHANGES.zh-CN.txt
│ │ │ ├── CSPKeyTest
│ │ │ │ ├── CSPKeyTest.cpp
│ │ │ │ ├── CSPKeyTest.dsp
│ │ │ │ ├── CSPKeyTest.vcproj
│ │ │ │ ├── DeriveKeyTest.cpp
│ │ │ │ ├── DeriveKeyTest.h
│ │ │ │ ├── RSA.cpp
│ │ │ │ ├── RSA.h
│ │ │ │ ├── Release_x64
│ │ │ │ │ └── CSPKeyTest.exe
│ │ │ │ ├── Release_x86
│ │ │ │ │ └── CSPKeyTest.exe
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── SysKeyTest.cpp
│ │ │ │ ├── SysKeyTest.h
│ │ │ │ ├── generic.cpp
│ │ │ │ └── generic.h
│ │ │ ├── EncryptDecryptFile
│ │ │ │ ├── DecryptFile.cpp
│ │ │ │ ├── DecryptFile.dsp
│ │ │ │ ├── DecryptFile.vcproj
│ │ │ │ ├── EncryptFile.cpp
│ │ │ │ ├── EncryptFile.dsp
│ │ │ │ ├── EncryptFile.vcproj
│ │ │ │ ├── Release_x64
│ │ │ │ │ ├── DecryptFile.exe
│ │ │ │ │ └── EncryptFile.exe
│ │ │ │ ├── Release_x86
│ │ │ │ │ ├── DecryptFile.exe
│ │ │ │ │ └── EncryptFile.exe
│ │ │ │ ├── generic.cpp
│ │ │ │ └── generic.h
│ │ │ ├── EnumCerts
│ │ │ │ ├── EnumCerts.cpp
│ │ │ │ ├── EnumCerts.dsp
│ │ │ │ ├── EnumCerts.vcproj
│ │ │ │ ├── Release_x64
│ │ │ │ │ └── EnumCerts.exe
│ │ │ │ └── Release_x86
│ │ │ │ └── EnumCerts.exe
│ │ │ ├── ImportSelfSignCert
│ │ │ │ ├── ImportSelfSignCert.cpp
│ │ │ │ ├── ImportSelfSignCert.dsp
│ │ │ │ ├── ImportSelfSignCert.vcproj
│ │ │ │ ├── Release_x64
│ │ │ │ │ └── ImportSelfSignCert.exe
│ │ │ │ ├── Release_x86
│ │ │ │ │ └── ImportSelfSignCert.exe
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── README.zh-CN.txt
│ │ │ └── SignatureVerifySignature
│ │ │ ├── Release_x64
│ │ │ │ └── SignatureVerifySignature.exe
│ │ │ ├── Release_x86
│ │ │ │ └── SignatureVerifySignature.exe
│ │ │ ├── SignVerifySign.cpp
│ │ │ ├── SignatureVerifySignature.dsp
│ │ │ └── SignatureVerifySignature.vcproj
│ │ ├── PKCS11
│ │ │ └── VC
│ │ │ ├── CHANGES.zh-CN.txt
│ │ │ ├── EnumObj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── EnumObj.exe
│ │ │ │ │ ├── EnumObj.exe.embed.manifest
│ │ │ │ │ ├── EnumObj.exe.embed.manifest.res
│ │ │ │ │ ├── EnumObj.exe.intermediate.manifest
│ │ │ │ │ ├── EnumObj.ilk
│ │ │ │ │ ├── EnumObj.lastbuildstate
│ │ │ │ │ ├── EnumObj.log
│ │ │ │ │ ├── EnumObj.pch
│ │ │ │ │ ├── EnumObj.res
│ │ │ │ │ ├── EnumObj.vcxprojResolveAssemblyReference.cache
│ │ │ │ │ ├── EnumObj.write.1.tlog
│ │ │ │ │ ├── EnumObj_manifest.rc
│ │ │ │ │ ├── cl.command.1.tlog
│ │ │ │ │ ├── link-cvtres.read.1.tlog
│ │ │ │ │ ├── link-cvtres.write.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ ├── link.write.1.tlog
│ │ │ │ │ ├── mt.command.1.tlog
│ │ │ │ │ ├── mt.read.1.tlog
│ │ │ │ │ ├── mt.write.1.tlog
│ │ │ │ │ ├── rc.command.1.tlog
│ │ │ │ │ ├── rc.read.1.tlog
│ │ │ │ │ └── rc.write.1.tlog
│ │ │ │ ├── DlgUserPIN.cpp
│ │ │ │ ├── DlgUserPIN.h
│ │ │ │ ├── EnumObj.aps
│ │ │ │ ├── EnumObj.cpp
│ │ │ │ ├── EnumObj.dsp
│ │ │ │ ├── EnumObj.h
│ │ │ │ ├── EnumObj.rc
│ │ │ │ ├── EnumObj.vcproj
│ │ │ │ ├── EnumObj.vcxproj
│ │ │ │ ├── EnumObj.vcxproj.filters
│ │ │ │ ├── EnumObj.vcxproj.user
│ │ │ │ ├── EnumObjDlg.cpp
│ │ │ │ ├── EnumObjDlg.h
│ │ │ │ ├── Release_x64
│ │ │ │ │ └── EnumObj.exe
│ │ │ │ ├── Release_x86
│ │ │ │ │ └── EnumObj.exe
│ │ │ │ ├── Resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ └── res
│ │ │ │ ├── EnumObj.ico
│ │ │ │ └── EnumObj.rc2
│ │ │ ├── GetTokenInfo
│ │ │ │ ├── Debug
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── GetTokenInfo.exe
│ │ │ │ │ ├── GetTokenInfo.exe.embed.manifest
│ │ │ │ │ ├── GetTokenInfo.exe.embed.manifest.res
│ │ │ │ │ ├── GetTokenInfo.exe.intermediate.manifest
│ │ │ │ │ ├── GetTokenInfo.ilk
│ │ │ │ │ ├── GetTokenInfo.lastbuildstate
│ │ │ │ │ ├── GetTokenInfo.log
│ │ │ │ │ ├── GetTokenInfo.vcxprojResolveAssemblyReference.cache
│ │ │ │ │ ├── GetTokenInfo.write.1.tlog
│ │ │ │ │ ├── GetTokenInfo_manifest.rc
│ │ │ │ │ ├── cl.command.1.tlog
│ │ │ │ │ ├── link-cvtres.read.1.tlog
│ │ │ │ │ ├── link-cvtres.write.1.tlog
│ │ │ │ │ ├── link.3408-cvtres.read.1.tlog
│ │ │ │ │ ├── link.3408-cvtres.write.1.tlog
│ │ │ │ │ ├── link.3408.read.1.tlog
│ │ │ │ │ ├── link.3408.write.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ ├── link.write.1.tlog
│ │ │ │ │ ├── mt.command.1.tlog
│ │ │ │ │ ├── mt.read.1.tlog
│ │ │ │ │ ├── mt.write.1.tlog
│ │ │ │ │ ├── rc.command.1.tlog
│ │ │ │ │ ├── rc.read.1.tlog
│ │ │ │ │ └── rc.write.1.tlog
│ │ │ │ ├── GetTokenInfo.CPP
│ │ │ │ ├── GetTokenInfo.dsp
│ │ │ │ ├── GetTokenInfo.vcproj
│ │ │ │ ├── GetTokenInfo.vcxproj
│ │ │ │ ├── GetTokenInfo.vcxproj.filters
│ │ │ │ ├── GetTokenInfo.vcxproj.user
│ │ │ │ ├── Release_x64
│ │ │ │ │ └── GetTokenInfo.exe
│ │ │ │ └── Release_x86
│ │ │ │ └── GetTokenInfo.exe
│ │ │ ├── GetUSBInfos
│ │ │ │ ├── Debug
│ │ │ │ │ ├── BscMake.command.1.tlog
│ │ │ │ │ ├── CL.read.1.tlog
│ │ │ │ │ ├── CL.write.1.tlog
│ │ │ │ │ ├── GetInfos.sbr
│ │ │ │ │ ├── GetUSBInfos.sbr
│ │ │ │ │ ├── StdAfx.sbr
│ │ │ │ │ ├── bscmake.read.1.tlog
│ │ │ │ │ ├── bscmake.write.1.tlog
│ │ │ │ │ ├── cl.command.1.tlog
│ │ │ │ │ ├── getusbinfos.bsc
│ │ │ │ │ ├── getusbinfos.exe
│ │ │ │ │ ├── getusbinfos.exe.embed.manifest
│ │ │ │ │ ├── getusbinfos.exe.embed.manifest.res
│ │ │ │ │ ├── getusbinfos.exe.intermediate.manifest
│ │ │ │ │ ├── getusbinfos.ilk
│ │ │ │ │ ├── getusbinfos.lastbuildstate
│ │ │ │ │ ├── getusbinfos.log
│ │ │ │ │ ├── getusbinfos.pch
│ │ │ │ │ ├── getusbinfos.vcxprojResolveAssemblyReference.cache
│ │ │ │ │ ├── getusbinfos.write.1.tlog
│ │ │ │ │ ├── getusbinfos_manifest.rc
│ │ │ │ │ ├── link-cvtres.read.1.tlog
│ │ │ │ │ ├── link-cvtres.write.1.tlog
│ │ │ │ │ ├── link.2436-cvtres.read.1.tlog
│ │ │ │ │ ├── link.2436-cvtres.write.1.tlog
│ │ │ │ │ ├── link.2436.read.1.tlog
│ │ │ │ │ ├── link.2436.write.1.tlog
│ │ │ │ │ ├── link.command.1.tlog
│ │ │ │ │ ├── link.read.1.tlog
│ │ │ │ │ ├── link.write.1.tlog
│ │ │ │ │ ├── mt.command.1.tlog
│ │ │ │ │ ├── mt.read.1.tlog
│ │ │ │ │ ├── mt.write.1.tlog
│ │ │ │ │ ├── rc.command.1.tlog
│ │ │ │ │ ├── rc.read.1.tlog
│ │ │ │ │ └── rc.write.1.tlog
│ │ │ │ ├── Release_x64
│ │ │ │ │ └── GetUSBInfos.exe
│ │ │ │ ├── Release_x86
│ │ │ │ │ └── GetUSBInfos.exe
│ │ │ │ ├── UpgradeLog.XML
│ │ │ │ ├── _UpgradeReport_Files
│ │ │ │ │ ├── UpgradeReport.css
│ │ │ │ │ ├── UpgradeReport.xslt
│ │ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ │ └── UpgradeReport_Plus.gif
│ │ │ │ ├── getinfos.cpp
│ │ │ │ ├── getinfos.h
│ │ │ │ ├── getusbinfos.cpp
│ │ │ │ ├── getusbinfos.dsp
│ │ │ │ ├── getusbinfos.sln
│ │ │ │ ├── getusbinfos.suo
│ │ │ │ ├── getusbinfos.vcproj
│ │ │ │ ├── getusbinfos.vcxproj
│ │ │ │ ├── getusbinfos.vcxproj.filters
│ │ │ │ ├── getusbinfos.vcxproj.user
│ │ │ │ ├── stdafx.cpp
│ │ │ │ └── stdafx.h
│ │ │ ├── PKCSDemo
│ │ │ │ ├── DlgUserPIN.cpp
│ │ │ │ ├── DlgUserPIN.h
│ │ │ │ ├── PKCSDemo.cpp
│ │ │ │ ├── PKCSDemo.dsp
│ │ │ │ ├── PKCSDemo.h
│ │ │ │ ├── PKCSDemo.rc
│ │ │ │ ├── PKCSDemo.vcproj
│ │ │ │ ├── PKCSDemoDlg.cpp
│ │ │ │ ├── PKCSDemoDlg.h
│ │ │ │ ├── Release_x64
│ │ │ │ │ └── PKCSDemo.exe
│ │ │ │ ├── Release_x86
│ │ │ │ │ └── PKCSDemo.exe
│ │ │ │ ├── Resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ └── res
│ │ │ │ ├── PKCSDemo.ico
│ │ │ │ └── PKCSDemo.rc2
│ │ │ ├── PKCStest
│ │ │ │ ├── BaseAll.cpp
│ │ │ │ ├── BaseAll.h
│ │ │ │ ├── Common.h
│ │ │ │ ├── DHKeyGenTest.cpp
│ │ │ │ ├── DHKeyGenTest.h
│ │ │ │ ├── DSATest.cpp
│ │ │ │ ├── DSATest.h
│ │ │ │ ├── Des3Test.cpp
│ │ │ │ ├── Des3Test.h
│ │ │ │ ├── DesTest.cpp
│ │ │ │ ├── DesTest.h
│ │ │ │ ├── PKCStest.dsp
│ │ │ │ ├── PKCStest.vcproj
│ │ │ │ ├── RC2Test.cpp
│ │ │ │ ├── RC2Test.h
│ │ │ │ ├── RC4Test.cpp
│ │ │ │ ├── RC4Test.h
│ │ │ │ ├── RSATest.cpp
│ │ │ │ ├── RSATest.h
│ │ │ │ ├── Release_x64
│ │ │ │ │ └── PKCStest.exe
│ │ │ │ ├── Release_x86
│ │ │ │ │ └── PKCStest.exe
│ │ │ │ ├── SCB2Test.cpp
│ │ │ │ ├── SCB2Test.h
│ │ │ │ ├── SSF33Test.cpp
│ │ │ │ ├── SSF33Test.h
│ │ │ │ ├── ShowData.cpp
│ │ │ │ └── pkcsdemo.cpp
│ │ │ ├── PKIInit
│ │ │ │ ├── PKIInit.cpp
│ │ │ │ ├── PKIInit.dsp
│ │ │ │ ├── PKIInit.vcproj
│ │ │ │ ├── Release_x64
│ │ │ │ │ └── PKIInit.exe
│ │ │ │ ├── Release_x86
│ │ │ │ │ └── PKIInit.exe
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ └── init_header.h
│ │ │ ├── README.zh-CN.txt
│ │ │ └── exportcert
│ │ │ ├── DlgUserPIN.cpp
│ │ │ ├── DlgUserPIN.h
│ │ │ ├── Release_x64
│ │ │ │ └── exportcert.exe
│ │ │ ├── Release_x86
│ │ │ │ └── exportcert.exe
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── exportcert.cpp
│ │ │ ├── exportcert.dsp
│ │ │ ├── exportcert.h
│ │ │ ├── exportcert.rc
│ │ │ ├── exportcert.vcproj
│ │ │ ├── exportcertDlg.cpp
│ │ │ ├── exportcertDlg.h
│ │ │ └── res
│ │ │ ├── exportcert.ico
│ │ │ └── exportcert.rc2
│ │ ├── README.zh-CN.txt
│ │ ├── Setup
│ │ │ └── vc
│ │ │ ├── README_zh-CN.txt
│ │ │ └── setup
│ │ │ ├── ReadMe.txt
│ │ │ ├── Release_x86
│ │ │ │ └── Setup_test.exe
│ │ │ ├── Setup_test.cpp
│ │ │ ├── Setup_test.dsp
│ │ │ ├── Setup_test.h
│ │ │ ├── Setup_test.rc
│ │ │ ├── Setup_testDlg.cpp
│ │ │ ├── Setup_testDlg.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── res
│ │ │ │ ├── Setup_test.ico
│ │ │ │ └── Setup_test.rc2
│ │ │ └── resource.h
│ │ ├── UpgradeLog.XML
│ │ ├── UpgradeLog2.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── samples.sln
│ │ ├── samples.suo
│ │ └── web
│ │ ├── FtC0m11_JS
│ │ │ ├── FtC0m11_JS.html
│ │ │ ├── image
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── _notes
│ │ │ │ │ └── emx_nav_left.css.mno
│ │ │ │ ├── bg_grad.jpg
│ │ │ │ ├── bg_nav.jpg
│ │ │ │ ├── emx_nav_left.css
│ │ │ │ ├── gblnav_left.gif
│ │ │ │ ├── glblnav_selected.gif
│ │ │ │ ├── glbnav_background.gif
│ │ │ │ ├── glbnav_right.gif
│ │ │ │ ├── logo.gif
│ │ │ │ ├── tl_curve_white.gif
│ │ │ │ └── tr_curve_white.gif
│ │ │ └── importObject.html
│ │ ├── FtNp11_JS
│ │ │ ├── FtNp11Tool_JS
│ │ │ │ ├── image
│ │ │ │ │ ├── bg_grad.jpg
│ │ │ │ │ ├── bg_nav.jpg
│ │ │ │ │ ├── emx_nav_left.css
│ │ │ │ │ ├── gblnav_left.gif
│ │ │ │ │ ├── glblnav_selected.gif
│ │ │ │ │ ├── glbnav_background.gif
│ │ │ │ │ ├── glbnav_right.gif
│ │ │ │ │ ├── logo.gif
│ │ │ │ │ ├── tl_curve_white.gif
│ │ │ │ │ └── tr_curve_white.gif
│ │ │ │ ├── importObject.html
│ │ │ │ └── npft11tool_JS.html
│ │ │ ├── README.zh-CN.txt
│ │ │ ├── lib_x64
│ │ │ │ └── npft11tool.dll
│ │ │ ├── lib_x86
│ │ │ │ └── npft11tool.dll
│ │ │ └── 智能卡管理工具接口说明_NP.doc
│ │ ├── README.zh-CN.txt
│ │ ├── lib_x64
│ │ │ └── NG_MgrCtrl.dll
│ │ ├── lib_x86
│ │ │ └── NG_MgrCtrl.dll
│ │ └── 智能卡管理工具接口说明.doc
│ └── README.zh-CN.txt
├── 示例路径.txt
└── 好例子网_epass3000开发包.rar
82 directories, 378 files