-2

Is there any difference between AES_128_CBC and AES_128_CBC_SHA algorithm? I have a client document which says AES_128_CBC_SHA algorithm for data encryption. could anybody can share some Library files (.net, C,C#) which does AES_128_CBC_SHA algorithm. I am using LabVIEW for data encryption.

My module will accept encrypted data in AES_128-CBC_SHA algorithm.

Artjom B.
  • 61,146
  • 24
  • 125
  • 222
Jijith
  • 1
  • 2
  • 1
    There are multiple ways how AES-128 with CBC mode can be combined with SHA1. You should find out how it is meant in your case. Do you have some example code? Have you tried to look into the source code of the library you're using to see how the two would differ? – Artjom B. Jun 27 '16 at 15:47

1 Answers1

0

If you are using Labview why are you asking for a .net, C, C# library? Why don't use a native Labview library?

Here is a free one, whereas this one is sold by LVS Tools.

Maybe this post could be useful about AES_128_CBC + SHA

Community
  • 1
  • 1
MarcoM
  • 1,093
  • 9
  • 25