gbay 1.0.0
Gbay.net is .net version of gbay which has supports for: * Digital Signing * Verification and authentication * Certificate detail information extracting * Smart cards and tokens managment * File Encryption * Token and smart card status detection (detect if device is removed or edited) * PC/SC devices detection * All PKCS#11 functionalities * Extract certificated from token * Inject certificates and private keys into tokens. * RSA and AES standard implementation
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>gbay</id>
<version>1.0.0</version>
<title>Gbay Crypto API</title>
<authors>Araz Farhang Dareshuri</authors>
<owners>Araz Farhang Dareshuri</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>httphttps://github.com/pkitools/gbay.net/</projectUrl>
<iconUrl>http://pkitools.github.io/gbay/images/logo.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<description>Gbay.net is .net version of gbay which has supports for:
* Digital Signing
* Verification and authentication
* Certificate detail information extracting
* Smart cards and tokens managment
* File Encryption
* Token and smart card status detection (detect if device is removed or edited)
* PC/SC devices detection
* All PKCS#11 functionalities
* Extract certificated from token
* Inject certificates and private keys into tokens.
* RSA and AES standard implementation</description>
<summary>PKI and CryptoGraphy API to use SmartCards ( PC/SC), Tokens (PKCS#11 , CSP/MCAPI ), Certificates, PFX files and do Digital Signing for texts (PKCS#7 / CMS) and PDFs.</summary>
<releaseNotes>Beta release for testing</releaseNotes>
<copyright>Copyright (c) 2014 Araz Farhang Dareshuri</copyright>
<language>en-US</language>
<tags>gbay, pki, RSA, AES, smartcard, token, pkcs, PKCS#11, PKCS#7 , CMS, PKCS#12 Signature, PDF signing, Signing, verifing, Symmetric-key ASymmetric-key</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="iTextSharp" version="5.5.6" />
<dependency id="Pkcs11Interop" version="2.0.2" />
<dependency id="log4net" version="2.0.3" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Gbay.net" targetFramework="" />
</frameworkAssemblies>
</metadata>
</package>