We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
private static final String RSA_CIPHER_KEY_ALG = "RSA/ECB/OAEPWithSHA-256AndMGF1Padding"; private static final String RSA_KEY_ALG = "RSA"; private static final int KEYSIZE = 2048; private static final String COMMON_DECODE = "UTF-8"; private static final String RSA_SIGN_ALG = "SHA256WithRSA";
这是java代码的rsa加密配置,我这边同样也用cipher去加密,java解不了,java传给我的,我也解不了,感觉是BASE64不一致问题,是不是byte的不一致导致的?
The text was updated successfully, but these errors were encountered:
建议使用相同的加密参数,追踪一下过程值
Sorry, something went wrong.
No branches or pull requests
这是java代码的rsa加密配置,我这边同样也用cipher去加密,java解不了,java传给我的,我也解不了,感觉是BASE64不一致问题,是不是byte的不一致导致的?
The text was updated successfully, but these errors were encountered: