RSA PHP 转C#
现在我知道PHP中RSA的公钥和私钥,但貌似C#的RSA中用公钥加密的结果不一致,求指导怎么转,还有就是私钥的话C#还需要很多个其他因子. PHP中公钥格式: $pubKey = '-----BEGIN PUBLIC KEY----- UFOfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCivaicGCwPqH4cyy7S9DoN
现在我知道PHP中RSA的公钥和私钥,但貌似C#的RSA中用公钥加密的结果不一致,求指导怎么转,还有就是私钥的话C#还需要很多个其他因子.
PHP中公钥格式:
$pubKey = '-----BEGIN PUBLIC KEY-----
UFOfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCivaicGCwPqH4cyy7S9DoNrlPF
AFcGrontMObMsoiXXXXXXXXXXXXXXXXXXXXXXLy7+KkElP48MyGlwIQAtNauC8
4lc+TOkyY22u/nIss5wHfG8FbsdT18xmG6F6C+3oAPKYKWd9pkLVKTyM3oN52bUg
O6YBBCC8lw0ukzrZkQIDAQAB
-----END PUBLIC KEY-----';
PHP私钥格式:
$priKey = '-----BEGIN RSA PRIVATE KEY-----
UTOCXAIBAAKBgQCivaicGCwPqH4cyy7S9DoNrlPFAFcGrontMObVsoiJarp8cKYY
rvmCE95vExWuWbbLy7+KkElP48MyGlwIQAtNauC84lc+TOkyY22u/nIss5wUfG8F
bsdT18xmG6F6C+3oAPKYM3oN52bUgO6YBBCC8lw0ukzrZkQIDAQAB
AoGBAJf7Lz+3g06MOFqDlhMEakLkjuQdCzZ/KOvMdKRKP5PFtNY53/0z
gYf12LSybwrkfNLTDjP4UgKSbPo+Wsw+lC9ahCbhhGHZ5wLkKInLKfXfxRL17j7r
fIBKlvYGlai78bTdR+/iTBAkEA07427OGtiic6
dsWfp/fskdS3HJEkFhzwPNtlfsHigT92U/AbzzjuzEdv3oU5uZp7qHwzPzumoDnD
ON47Vz6oJQJBAMTBeRZETTChvSRFfrhw+Wo4gcZ4YrLxpUPP9BqMZtRf
2A2182Zezs+MDgBDtP1BAPYA4qcI5QGPlXrZdNmlyXnPAgrVVE0gtygHx
O8wu9OxROc4WnM0LasDpC8W0//0CQCuc
LniO/wTudHvbvHFO7+7JZZr//28rMLRDuvrfsdHzx2K3L4t+WzrQBcy
6qTPiaT9IT+gqxJRyQkCQF7ozipBsRrN518H46QDUuVOtKsyuCRL1f
en1sHrCd7zEQTq+KxWpYGkPmdsPyq3oo5gaV7/a5Y2w=
-----END RSA PRIVATE KEY-----';
而C#中的RSA公钥格式:
私钥格式:
/hf2dnK7rNfl3lbqghWcpFdu778hUpIEBixCDL5WiBtpkZdpSw90aERmHJYaW2RGvGRi6zSftLh00KHsPcNUMw==
6Cn/jOLrPapDTEp1Fkq+uz++1Do0eeX7HYqi9rY29CqShzCeI7LEYOoSwYuAJ3xA/DuCdQENPSoJ9KFbO4Wsow==
请问只知道PHP的公钥和私钥的情况下如何转成C#版的。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Validator can be created by adding the following two lines in the controller.

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c
