Posts by Bruno Velho • 13 points
1 post
-
1
votes1
answer426
viewsQ: Rijndael encoding based on 64 in C#
I’m doing a Rijndael encryption and I imagine I’m close to finishing it, but when I decrypt I’m in error: Invalid length of data to be decrypted. using System.Text; using static Array; class…