php: string encryption using RSA private key (convert from JAVA to php)

前端 未结 0 1612
感动是毒
感动是毒 2021-01-18 17:15

I have this JAVA code & I need to write the same thing in php:

public static String signSHA256RSA(String input, String strPrivateKey)
throws Exception {
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题