LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Permutation encryption

Hi all,

I am trying to encrypt a string using permutation algorithm. I beleive this can be done by writing code in mathscript. I am wondering if this ecryption can be acheived without use of much code. If so then how??

I will realy apreciate any helpful replies.

 

0 Kudos
Message 1 of 3
(2,889 Views)

Hi ermm,

 

well probably you could use MathScript too. But pure LV will do too, especially when using just one LUT for your "permutation encryption"...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,871 Views)

Well... "permutation algorithm", in the most general sense, means to rearrange something by using math, and "encrypt", in this context, means to make something unreadable. In the spirit of simplicity, I'll post this....

 

 

edit: No matter, you shouldn't need to go outside LabVIEW for doing a very complex encryption.

 

another edit: Idea - Search the forums for Blowfish.

Message Edited by Broken Arrow on 04-23-2010 02:54 PM
Richard






0 Kudos
Message 3 of 3
(2,839 Views)