protocol Posted August 24, 2010 Report Share Posted August 24, 2010 Hi, I would need a data integrity (and not just a hash) on LV RT. RSA decrypt would do the trick. Is it available? Thanks Quote Link to comment
Christian_L Posted August 26, 2010 Report Share Posted August 26, 2010 I would need a data integrity (and not just a hash) on LV RT. RSA decrypt would do the trick. Is it available? Are you looking for data encryption or verification in the sense of knowing that your files have not been changed? For the later case a checksum would be used. LabVIEW includes the MD5 algorithm as a VI in the Advanced File Function palette, which gives you a checksum for a given file. I have used this to create a utility to create a "fingerprint" of a LV RT system (CompactRIO) in order to verify at a later time that none of the critical files on the system have been changed. C:\Program Files\National Instruments\LabVIEW 2009\vi.lib\Utility\MD5Checksum.llb\MD5Checksum File.vi Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.