Home
Blogs
Questions

Home

About Us

Blogs

Questions

Monetize

Post Job

banner

Questions about rijndaelmanaged

Read more about rijndaelmanaged

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - rijndaelmanaged

RijndaelManaged Decryption in .net 5 not working

I have below code in .net framework to decrypt some information and it is working fine. I have been tasked to upgrade this code to .net 5 and the same code is not working. Current code in .net framewo...
test-img

rednerus

encryption

.net-5

bouncycastle

rijndaelmanaged

Votes: 0

Answers: 1

Latest Answer

The IV and the DoFinal() call must be modified: var ivStringBytes = ASCIIEncoding.ASCII.GetBytes(MD5(MD5(_encryptionKey))); // Fix 1 ... length += cipher.DoFinal(outputBytes, length); ...
test-img

Topaco

Posts

Questions

Blogs

Where knowledge meets opportunity!

About

  • Company
  • Monetize your knowledge
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved