LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

wav file encryption using TEA

Solved!
Go to solution

Hi kulsman,

 

you still attach a LV2013 version of your VI. You should use "Save for previous" in the file menu...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 11 of 22
(1,443 Views)

Hello GerdW,

 

It seems like labview saved the file into a new folder.

0 Kudos
Message 12 of 22
(1,440 Views)

Bump anyone

0 Kudos
Message 13 of 22
(1,425 Views)

Hi kulsman,

 

read as U8 array:

check.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 14 of 22
(1,406 Views)

I have implement your suggestion, but I am getting this wierd error.

 

Error 116 occurred at Read from Binary File in reading_in_data.vi

Possible reason(s):

LabVIEW:  Unflatten or byte stream read operation failed due to corrupt, unexpected, or truncated data.


Please view the changed file.

 

 

 

 

0 Kudos
Message 15 of 22
(1,399 Views)
Solution
Accepted by topic author kulsman

Hi kulsman,

 

I appologize, that's my fault.

 

You have to provide a scalar U8 as datatype for ReadBinaryFile:

check.png

(Reading the context help really proves helpful...)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 16 of 22
(1,390 Views)

Thank you so much. I am finally able to read in the wav file.

0 Kudos
Message 17 of 22
(1,369 Views)

 Hi Kulsman,

 

I am also working on a project trying to do encryption on a waveform data. Were you able to decrypt and recreate the wav file after encryption? If so, how?

 

Warm Regards,

Matt

0 Kudos
Message 18 of 22
(1,325 Views)

Hello GerdW,

 

I am also trying to do encryption, but instead I am trying to do TEA on a waveform data. Is there a way to pass a double into TEA and encrypt it? Because if I convert the array data of the waveform (which is type double) into U32, all of the values become 0 since the waveform values are never greater than 1. Attached is a picture of what I am trying to do. Thanks for your help.

 

Warm Regards,

Matt

0 Kudos
Message 19 of 22
(1,317 Views)

Hello GerdW,

 

I am also trying to do encryption, but instead I am trying to do TEA on a waveform data. Is there a way to pass a double into TEA and encrypt it? Because if I convert the array data of the waveform (which is type double) into U32, all of the values become 0 since the waveform values are never greater than 1. Attached is a picture of what I am trying to do. Thanks for your help.

 

Warm Regards,

Matt

Download All
0 Kudos
Message 20 of 22
(1,317 Views)