LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

AES 256 encryption in labview..

can i implement AES 256 encryption of a finger print data in labview.?

if i can then what steps do i have to follow.

Message 1 of 5
(5,296 Views)

What data type is the the fingerprint data read in as?

 

Here's a community built set of VIs for AES encryption:

https://decibel.ni.com/content/blogs/viGods/2012/06/04/labview-advanced-encryption-standart-aes-libr...

Daniel C.
Applications Engineer
National Instruments
Message 2 of 5
(5,238 Views)

fingerprint data is in binary.

but i dont want to use the library i want to do the whole AES programming.

0 Kudos
Message 3 of 5
(5,228 Views)

nouman.ashraf91@yahoo.com wrote:

fingerprint data is in binary.

but i dont want to use the library i want to do the whole AES programming.


Well I would say in that case get started writing some code. Smiley Very Happy

 

Of course that assumes you have a sound understanding of LabVIEW programming already. Also as with most encryption algorithmes you will most likely first have to come up with a library of functions to do big number arithmetics. This is aside from the necessary theory behind it, also quite a major development work, since not every possible implementation is going to be good performance wise. LabVIEWs automatic memory management requires you to think a bit about how to represent your big numbers in such a way to not cause major performance bottlenecks by routines that need to copy the long data strings that you usually would end up with, trying to represent variable sized big numbers in LabVIEW.

Rolf Kalbermatter
My Blog
Message 4 of 5
(5,204 Views)

I can not find this community, 

 

Here's a community built set of VIs for AES encryption:

https://decibel.ni.com/content/blogs/viGods/2012/06/04/labview-advanced-encryption-standart-aes-libr...

0 Kudos
Message 5 of 5
(3,256 Views)