我正在學習Node js,我不知道如何使用Cryptography庫(SHA-1?)。如何在Node js中使用SHA-1。這裏是僞代碼: // Use a Base64-encoder that don't introduce line-breaks,
// or trim the output signature afterwards.
string signature = Base64.
我想要做的是使用AES加密字符串,使用RSA加密AES密鑰getEncoded()的值,然後解密該AES getEncoded()值,以便獲得我的原始串。公鑰從用戶證書中加載,私鑰從文件中加載。代碼如下。 public class Main {
public static void main(String[] args) throws Exception {
String myString