ArduinoDES
ArduinoDES copied to clipboard
DES and Triples DES encryption and decryption for the Arduino microcontroller platform
I ran the example code inside the folder. It worked well, but only able to encrypt natural number from 0 to 255, any number bigger will result incorrect, and most...
In function '__base_ctor .constprop', inlined from '__static_initialization_and_destruction_0.constprop' at C:\Users\matthew\Documents\Arduino\SenderUnoBinaryEncrypted\SenderUnoBinaryEncrypted.ino:7:5, inlined from 'global constructors keyed to 65535_0_SenderUnoBinaryEncrypted.ino.cpp.o' at C:\Users\matthew\Documents\Arduino\SenderUnoBinaryEncrypted\SenderUnoBinaryEncrypted.ino:135:1: C:\Users\matthew\Documents\Arduino\libraries\ArduinoDES-master\DES.cpp:177:9: warning: '__builtin_strcpy' writing 25 bytes into a region of size 24...
Hi there! I get this error while trying to build for BLE Nano: ``` /Users/luposlip/Dropbox/ArduinoWS/2015/libraries/DES/DES.cpp: In member function 'void DES::tdesCbcEncipher(byte*, byte*)': /Users/luposlip/Dropbox/ArduinoWS/2015/libraries/DES/DES.cpp:478:21: error: 'printf_P' was not declared in this scope...
Is there anyway to calculate kcv using this library?