Portable.BouncyCastle 1.8.0
Support for .NET 4, WP 8 SL, WP 8.1, Windows 8, MonoTouch, MonoAndroid, Xamarin.iOS, Core CLR
IMPORTANT: The Serpent cipher as of 1.8.0 is incompatible with the behaviour of Serpent in earlier releases; it has been modified to conform to the standard byte-order interpretation for blocks (and keys). The previous behaviour is available from 1.8.0 as the "Tnepres" cipher. See BMA-52 for more information if this may affect you.
Crypto features:
- Generation and parsing of PKCS-12 files.
- X.509: Generators and parsers for V1 and V3 certificates, V2 CRLs and attribute certificates.
- PBE algorithms supported by PbeUtilities: PBEwithMD2andDES-CBC, PBEwithMD2andRC2-CBC, PBEwithMD5andDES-CBC, PBEwithMD5andRC2-CBC, PBEwithSHA1andDES-CBC, PBEwithSHA1andRC2-CBC, PBEwithSHA-1and128bitRC4, PBEwithSHA-1and40bitRC4, PBEwithSHA-1and3-keyDESEDE-CBC, PBEwithSHA-1and2-keyDESEDE-CBC, PBEwithSHA-1and128bitRC2-CBC, PBEwithSHA-1and40bitRC2-CBC, PBEwithHmacSHA-1, PBEwithHmacSHA-224, PBEwithHmacSHA-256, PBEwithHmacRIPEMD128, PBEwithHmacRIPEMD160, and PBEwithHmacRIPEMD256.
- Signature algorithms supported by SignerUtilities: MD2withRSA, MD4withRSA, MD5withRSA, RIPEMD128withRSA, RIPEMD160withECDSA, RIPEMD160withRSA, RIPEMD256withRSA, SHA-1withRSA, SHA-224withRSA, SHA-256withRSAandMGF1, SHA-384withRSAandMGF1, SHA-512withRSAandMGF1, SHA-1withDSA, and SHA-1withECDSA.
- Symmetric key algorithms: AES, Blowfish, Camellia, CAST5, CAST6, ChaCha, DES, DESede, GOST28147, HC-128, HC-256, IDEA, ISAAC, Noekeon, RC2, RC4, RC5-32, RC5-64, RC6, Rijndael, Salsa20, SEED, Serpent, Skipjack, TEA/XTEA, Threefish, Tnepres, Twofish, VMPC and XSalsa20.
- Symmetric key modes: CBC, CFB, CTS, GOFB, OFB, OpenPGPCFB, and SIC (or CTR).
- Symmetric key paddings: ISO10126d2, ISO7816d4, PKCS-5/7, TBC, X.923, and Zero Byte.
- Asymmetric key algorithms: ElGamal, DSA, ECDSA, NaccacheStern and RSA (with blinding).
- Asymmetric key paddings/encodings: ISO9796d1, OAEP, and PKCS-1.
- AEAD block cipher modes: CCM, EAX, GCM and OCB.
- Digests: GOST3411, Keccak, MD2, MD4, MD5, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA3, Tiger, and Whirlpool.
- XOFs: SHAKE.
- Signer mechanisms: DSA, ECDSA, ECGOST3410, ECNR, GOST3410, ISO9796d2, PSS, RSA, X9.31-1998.
- Key Agreement: Diffie-Hellman, EC-DH, EC-MQV, J-PAKE, SRP-6a.
- Macs: CBCBlockCipher, CFBBlockCipher, CMAC, GMAC, GOST28147, HMac, ISO9797 Alg. 3, Poly1305, SipHash, SkeinMac, VMPCMAC.
- PBE generators: PKCS-12, and PKCS-5 - schemes 1 and 2.
- OpenPGP (RFC 4880)
- Cryptographic Message Syntax (CMS, RFC 3852), including streaming API.
- Online Certificate Status Protocol (OCSP, RFC 2560).
- Time Stamp Protocol (TSP, RFC 3161).
- TLS/DTLS client/server up to version 1.2, with support for the most common ciphersuites and extensions, and many less common ones. Non-blocking API available.
- Elliptic Curve Cryptography: support for generic F2m and Fp curves, high-performance custom implementations for many standardized curves.
- Reading/writing of PEM files, including RSA and DSA keys, with a variety of encryptions.
- PKIX certificate path validation
Showing the top 20 packages that depend on Portable.BouncyCastle.
Packages | Downloads |
---|---|
KubernetesClient
Client library for the Kubernetes open source container orchestrator.
|
10 |
KubernetesClient
Client library for the Kubernetes open source container orchestrator.
|
9 |
KubernetesClient
Client library for the Kubernetes open source container orchestrator.
|
8 |
iTextSharp.LGPLv2.Core
iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core.
|
8 |
KubernetesClient
Client library for the Kubernetes open source container orchestrator.
|
7 |
MailKit
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.
Features include:
* SASL Authentication via SCRAM-SHA-256, SCRAM-SHA-1, NTLM, DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN, and XOAUTH2.
* A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8.
* A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG.
* A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, ESORT, METADATA, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE, CREATE-SPECIAL-USE, MOVE, SEARCH=FUZZY, UTF8=ACCEPT, UTF8=ONLY, LITERAL-, APPENDLIMIT, XLIST, and X-GM-EXT1.
* Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported).
* Asynchronous versions of all methods that hit the network.
* S/MIME, OpenPGP and DKIM signature support via MimeKit.
* Microsoft TNEF support via MimeKit.
|
7 |
iTextSharp.LGPLv2.Core
iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core.
|
7 |
OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common
OPC UA GDS Server Class Library
|
6 |
KubernetesClient
Client library for the Kubernetes open source container orchestrator.
|
6 |
OPCFoundation.NetStandard.Opc.Ua
This package contains the OPC UA reference implementation and is targeting the .NET Standard Library.
|
6 |
SKIT.FlurlHttpClient.Wechat.TenpayV3
基于 Flurl.Http 的微信支付 API v3 版客户端,支持直连商户、服务商模式,支持基础支付、代金券、商家券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、二级商户进件、小微商户进件、消费者投诉、商户违规通知、批量转账到零钱、银行组件、海关报关、融合钱包等功能。
|
6 |
iTextSharp.LGPLv2.Core
iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core.
|
6 |
SKIT.FlurlHttpClient.Wechat.TenpayV3
基于 Flurl.Http 的微信支付 API v3 版客户端,支持直连商户、服务商模式,支持基础支付、代金券、商家券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、二级商户进件、小微商户进件、消费者投诉、商户违规通知、批量转账到零钱、银行组件、海关报关、融合钱包、微工卡等功能。
|
5 |
KubernetesClient
Client library for the Kubernetes open source container orchestrator.
|
5 |
SKIT.FlurlHttpClient.Wechat.TenpayV3
基于 Flurl.Http 的微信支付 API v3 版客户端,支持直连商户、服务商模式,支持基础支付、代金券、商家券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、消费者投诉、商户违规通知、批量转账到零钱等功能。
|
5 |
http://www.bouncycastle.org/csharp/#RELEASENOTES18
.NETPlatform 5.0
- System.Collections (>= 4.0.10)
- System.Diagnostics.Debug (>= 4.0.10)
- System.Globalization (>= 4.0.10)
- System.IO (>= 4.0.10)
- System.IO.FileSystem (>= 4.0.0)
- System.IO.FileSystem.Primitives (>= 4.0.0)
- System.Reflection (>= 4.0.10)
- System.Reflection.Extensions (>= 4.0.0)
- System.Runtime (>= 4.0.20)
- System.Runtime.Extensions (>= 4.0.10)
- System.Text.Encoding (>= 4.0.10)
- System.Linq (>= 4.0.0)
- System.Threading.Tasks (>= 4.0.10)
- System.Threading (>= 4.0.10)
UAP 10.0
- System.Threading.Tasks (>= 4.0.10)
- System.Threading (>= 4.0.10)
- System.Text.Encoding (>= 4.0.10)
- System.Runtime (>= 4.0.20)
- System.Runtime.Extensions (>= 4.0.10)
- System.Collections (>= 4.0.10)
- System.Diagnostics.Debug (>= 4.0.10)
- System.Globalization (>= 4.0.10)
- System.IO (>= 4.0.10)
- System.IO.FileSystem (>= 4.0.0)
- System.IO.FileSystem.Primitives (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Reflection (>= 4.0.10)
- System.Reflection.Extensions (>= 4.0.0)
.NET Framework 4.6
- System.Collections (>= 4.0.10)
- System.Diagnostics.Debug (>= 4.0.10)
- System.IO (>= 4.0.10)
- System.IO.FileSystem (>= 4.0.0)
- System.IO.FileSystem.Primitives (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Reflection (>= 4.0.10)
- System.Reflection.Extensions (>= 4.0.0)
- System.Runtime (>= 4.0.20)
- System.Runtime.Extensions (>= 4.0.10)
- System.Text.Encoding (>= 4.0.10)
- System.Threading (>= 4.0.10)
- System.Threading.Tasks (>= 4.0.10)
- System.Globalization (>= 4.0.10)
.NET Framework 4.5
- No dependencies.
Windows 8.0
- No dependencies.
WindowsPhoneApp 8.1
- No dependencies.
MonoTouch 0.0
- No dependencies.
MonoAndroid 0.0
- No dependencies.
Xamarin.Mac 0.0
- No dependencies.
Xamarin.iOS 0.0
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
1.9.0 | 4 | 2025/6/10 |
1.8.10 | 5 | 2025/6/7 |
1.8.9 | 2 | 2025/4/17 |
1.8.8 | 2 | 2025/6/6 |
1.8.6.7 | 1 | 2025/6/7 |
1.8.6 | 4 | 2025/6/6 |
1.8.5.2 | 1 | 2025/6/6 |
1.8.5 | 1 | 2025/4/17 |
1.8.4 | 2 | 2025/6/4 |
1.8.3.37 | 1 | 2025/6/6 |
1.8.3 | 2 | 2025/6/5 |
1.8.2 | 3 | 2025/6/4 |
1.8.1.4 | 3 | 2025/5/28 |
1.8.1.3 | 3 | 2025/6/5 |
1.8.1.2 | 2 | 2025/6/4 |
1.8.1.1 | 3 | 2025/6/4 |
1.8.1 | 1 | 2025/6/4 |
1.8.0 | 1 | 2025/6/6 |
1.8.0-rc4 | 1 | 2025/6/4 |
1.8.0-rc3 | 1 | 2025/5/28 |
1.8.0-rc2 | 1 | 2025/6/4 |
1.8.0-RC1 | 2 | 2025/6/4 |
1.8.0-beta4-update1 | 1 | 2025/5/27 |
1.8.0-beta4 | 1 | 2025/5/29 |
1.8.0-beta3 | 2 | 2025/6/2 |
1.7.0.2 | 1 | 2025/6/6 |
1.7.0.1 | 1 | 2025/6/6 |
1.7.0 | 2 | 2025/6/6 |