LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simple example of encryption and decryption...

Hi... Anyone have an example of encryption and decryption password VI? Best using Binary i don't need to complicated.. thanks...
0 Kudos
Message 1 of 3
(2,914 Views)
Not simple, but simple to use...check out AESView:

http://www.citengineering.com/english/UploadZone_VI/Default.asp?ACT=DIR&parent=118381
0 Kudos
Message 2 of 3
(2,914 Views)
You can use XOR and the bit rotate functions if you need an extremely simple scheme. Take your number and XOR it with a magic munber, and then maybe rotate it using the bit rotate functions.
I know that these are extremely weak ideas. They will keep out the casual observer, but will not stop a determined hacker
0 Kudos
Message 3 of 3
(2,914 Views)