Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #27.9K
~491 People Reached
Favorite Forums
Member Avatar for gavin1234

Hi all C# experts out there, I'm currently working on a school project. When i use the Decrypt method from the Rijndael algorithm, i would run into a "invalid padding" error when decrypting. What should i do? [code=csharp] public byte[] Decrypt(byte[] cipherTextBytes) { // Convert strings defining encryption key characteristics …

Member Avatar for ronnyron
0
491