Simple encryption or signing of data on propeller?
Steve Jones
Posts: 4
Sorry if this should be obvious, but I've done some googling and can't find anything..
I'm looking to communicate with a propeller over the Internet, and I need to be able to sign or encrypt the data, and decrypt or validate a sign on recieved data..· The data isn't going to be secret or sensitive, but I dont want the propeller to act on spoofed data..
Signing would be fine, but if that hasn't been done, and encryption has, then I'll go that way...
These will be small packets, low bandwidth, so speed isnt a concern...
Has anyone seen anything like this done on a propeller?· Any sample code or hints?
-Steve
I'm looking to communicate with a propeller over the Internet, and I need to be able to sign or encrypt the data, and decrypt or validate a sign on recieved data..· The data isn't going to be secret or sensitive, but I dont want the propeller to act on spoofed data..
Signing would be fine, but if that hasn't been done, and encryption has, then I'll go that way...
These will be small packets, low bandwidth, so speed isnt a concern...
Has anyone seen anything like this done on a propeller?· Any sample code or hints?
-Steve
Comments
-Phil
if both props start at the same value and iterate after each bit then xoring the received data with the least significant bit will result in a strong encryption.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board now in. $21.99 has backlight driver and touch sensitive decoder.
Can you cite a reference to back up your claim that your method is "strong" encryption? I have my doubts.
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board now in. $21.99 has backlight driver and touch sensitive decoder.