LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Encrypte file

Solved!
Go to solution

Hello,

 

I want to encrypte my .TDMS file and the file couldn't open anywhere other than software. Is there any way to encrypte the TDMS file?


Yasemin Barutçu
Electrical And Electronics Engineer
0 Kudos
Message 1 of 11
(4,524 Views)
0 Kudos
Message 2 of 11
(4,519 Views)

I didn't understand it very good but I guess its not working for me. 

 

programmatically encode the TDMS file so noone could open it using excel or Diadem I meant.


Yasemin Barutçu
Electrical And Electronics Engineer
0 Kudos
Message 3 of 11
(4,495 Views)

No_RegreTs,

 

Could you describe your "tdms file encryption" requirement in detail? e.g., who (which tool) encrypt tdms file? who (which tool) decrypt the encrypted tdms file?

0 Kudos
Message 4 of 11
(4,492 Views)

Could Blowfish (http://zone.ni.com/devzone/cda/epd/p/id/3473) help you achieve your purpose?

0 Kudos
Message 5 of 11
(4,491 Views)

I studied this algorithm but I couldn't understand how to encode my file. Its data  Encryption but I want file  Encryption. Or I understood all of these algorithms wrong.


Yasemin Barutçu
Electrical And Electronics Engineer
0 Kudos
Message 6 of 11
(4,486 Views)
Solution
Accepted by topic author No_RegreTs

OpenG has a Zip utility (http://wiki.openg.org/Oglib_lvzip) with password support. Does it satisfy your requirement?

 

Attached is a sample VI to Zip and UnZip a file with password.

Message 7 of 11
(4,474 Views)

Do I have to buy license for that ? To use this vi's and make them executable?


Yasemin Barutçu
Electrical And Electronics Engineer
0 Kudos
Message 8 of 11
(4,461 Views)

Are you trying to encrypt it as the data's being generated (difficult without native support), or is it acceptable to encrypt the data after the TDMS file's been closed?

 

On Linux/Unix boxes, "openssl" via commandline is a quick/free way to encrypt/decrypt files.  Pass in input file, output file, a few parameters for encryption, a password, and let it go.  Could take a while on bigger files.

0 Kudos
Message 9 of 11
(4,456 Views)

No_RegreTs,

 

OpenG Oglib lvzip is open source. According to http://wiki.openg.org/Oglib_lvzip-2.5, it is BSD license. Generally BSD is a commercial friend open source license.

(if it satisfies your tech requirement) You might ask your lawyer to evaluate whether your product could use it or not, from license point of view.

0 Kudos
Message 10 of 11
(4,434 Views)