vba 使用 Microsoft Excel 进行 RSA 加密

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/13500280/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-11 18:34:02  来源:igfitidea点击:

RSA encryption using Microsoft Excel

excelencryptionexcel-vbacryptographyrsavba

提问by linker

Is there any ready to use implementation of RSA encryption algorithm for Excel( just encrypt a plain text using given public key, nothing else ) ? Or I need to implement it from the beginning ? I Google but found nothing useful.

是否有任何现成的 Excel RSA 加密算法的实现(只需使用给定的公钥加密纯文本,仅此而已)?还是我需要从头开始实施?我谷歌但没有发现任何有用的东西。

Any useful links is welcome.

欢迎任何有用的链接。

UPDATE:

更新:

I need a non-commercial library.

我需要一个非商业图书馆。

回答by user3357963

This site Simple RSA Encryptionand this sitehave some example code for both VBA and .NET

此站点Simple RSA Encryption此站点有一些适用于 VBA 和 .NET 的示例代码