TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rakesh reddy
NA
201
5.5k
Decrypt the SQL Encrypted AES-128 column value in c#
Oct 30 2017 4:01 AM
I Have table with the Symmentric (AES-128) Encryption on table.
How can decrypt and use it in c# level. I am able to dycrypt again back Sql level but i want to decrypt in c# class of that.
Geettign Error :
For byte[] cipherBytes = Convert.FromBase64String(cipherText);
"The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters"
Reply
Answers (
4
)
I need to synchronize two tables sql server using c#
Loading patial View from in a Tab