LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cryptography

Hi ,

 I want to get back the original signal using cryptography, Can any one explain me about this and what blocks are needed for that.

Where can i found about cryptography. I need few examples of cryptograhy algorithms

0 Kudos
Message 1 of 4
(2,673 Views)

I don't think it is feasible to unencrypt your signal unless you know the algorithm and key that was used.  That is the whole point of encryption.  Smiley Wink

 

Here's a good example of the Blowfish algorithm, though:  http://zone.ni.com/devzone/cda/epd/p/id/3473

 

http://www.medicollector.com
0 Kudos
Message 2 of 4
(2,602 Views)

Just take a look at wikipedia, e.g. here is the Blowfish.

A LabVIEW code can be downloaded as stated above.

 

For the implementation of other algorithms, check one of the many Open Source tools for cryptography (gnupgp, truecrypt). I guess that some of these tools take reusable libraries for this, so you could call them from LV as dll's.

 

Felix

0 Kudos
Message 3 of 4
(2,593 Views)

Previously asked as "inverse of hash function".

0 Kudos
Message 4 of 4
(2,581 Views)