本文介绍了具有RSASSA-PKCS1-v1_5的RSA签名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我是C#加密技术的新手,正在尝试生成一个"RSASSA-PKCS1-v1_5"消息.来自SHA256哈希的十六进制编码签名.我已经有哈希(作为byte []数组),但是我不知道从哪里开始!周围有很多文档,但没有任何参考 到"RSASSA-PKCS1-v1_5",有人有任何想法吗?希望这只是我所缺少的小东西!

I'm new to C# crypto, and am trying to generate a "RSASSA-PKCS1-v1_5" hex-encoded signature from a SHA256 hash. I have the hash already (as a byte[] array) but I have no idea where to from here! There's plenty of documentation around but nothing makes reference to "RSASSA-PKCS1-v1_5", does anyone have any ideas? Hopefully it's just something small I'm missing!

干杯,
TC

Cheers,
TC

推荐答案


这篇关于具有RSASSA-PKCS1-v1_5的RSA签名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 06:53