Info
| Version: | 0.1.3 |
| Author(s): | wy |
| Last Update: | Thursday, May 7, 2026 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/wy000000/BitcoinSVCryptor.git |
| NuGet Url: | https://www.nuget.org/packages/BitcoinSVCryptor |
Install
Install-Package BitcoinSVCryptor
dotnet add package BitcoinSVCryptor
paket add BitcoinSVCryptor
BitcoinSVCryptor Download (Unzip the "nupkg" after downloading)
Dependencies
- NBitcoin.Altcoins(>= 1.0.5)
- Portable.BouncyCastle(>= 1.8.5)
Ver 0.1.2 allows passing a public key directly as a string to the ECDHAes encryption/decryption functions, with support for both compressed and uncompressed formats.
Ver 0.1.1 fixes a bug for ECDHAes.
Ver 0.1.1 is not compatible with ver 0.1.0 when using ECDHAes.
BitcoinSVCryptor ver 0.1.0 integrates bitcoin private/public keys with serval encryption methods, including ECDSA, ECC, ECDH and AES. IBE is in the plan for future version.