pcl-crypto

    -2熱度

    1回答

    我有一個RSA密鑰,我從服務提供商處獲得。我只想通過使用PCLCrypto庫使用該RSA密鑰加密字符串數據。我不想使用PCLCrypto創建RSA密鑰。我只想加密數據。 (我正在開發xamarin中的PCL組件。)

    1熱度

    1回答

    我需要在Windows Phone 8.1中的應用程序上執行128位AES加密。我用下面的代碼分別對數據進行加密和解密: private string GetEncryptedContent(string content) { byte[] keyMaterial = Encoding.UTF8.GetBytes(EncryptionKey); byte[] da

    0熱度

    1回答

    Exception thrown: 'PInvoke.NTStatusException' in PInvoke.Kernel32.DLL Additional information: NT_STATUS error: STATUS_DATA_ERROR (0xC000003E) 嗨, 我不斷收到這個錯誤,每隔一段時間當我嘗試解密,我不知道這意味着什麼。 我正在使用Encoding.Unicod