cryptostream Questions

3

Following Replicate T-SQL DecryptByPassPhrase in C#, I am unable to get a simple encryption with MSSQL to descrypt in C#. The encrypted values in certain columns is necessary because the table is e...
Abagail asked 10/2, 2014 at 18:7

4

Solved

I'm trying to figure out how to encrypt / decrypt a string in VB.Net. I followed the example given here and wrote the following code (below). There's a text box, an "encrypt" button, and a "decryp...
Clematis asked 2/11, 2011 at 15:28

2

Solved

I have written a process where a file is encrypted and uploaded to Azure, then the download process has to be decrypted which is what fails with a "Padding is invalid and cannot be removed" error, ...
Schaal asked 17/7, 2015 at 23:13

1

Solved

I have a class that is used to encrypt textual data. I am trying to reuse the ICryptoTransform objects where possible. However, the second time I am trying to use the same object, I get partially i...
Gravante asked 24/4, 2017 at 16:37

1

I am trying to create a decrypted File stream reader (DFSR) class by subclassing StreamReader so I can pass the filename with encrpyted info to its (DFSR) constructor and return with the streamRead...
Melanochroi asked 4/7, 2013 at 18:47
1

© 2022 - 2024 — McMap. All rights reserved.