HomeGenie Forum

Automation Program Plugins and Wizard Scripting => APP Contributions => Topic started by: rwxr-xr-x on July 01, 2014, 03:47:46 AM

Title: AES encryption for COMMAND_CLASS_SECURITY
Post by: rwxr-xr-x on July 01, 2014, 03:47:46 AM
Hello,

Is there anybody around familiar with AES encryption that could port provide a C# equivalent for: aes_ofb_encrypt  aes_encrypt_key128 ?

I'm trying to port the c version of the Security.cpp from https://code.google.com/p/open-zwave/source/browse/#svn%2Fbranches%2F2014-03-05-newsecurity%2Fcpp%2Fsrc%2Fcommand_classes but I got stuck at the encryption/decryption - more specifically at the AES library.

Can anybody assist with this?

Thank you
Title: Re: AES encryption for COMMAND_CLASS_SECURITY
Post by: rwxr-xr-x on July 06, 2014, 05:49:46 AM
I was able to build the required encryption methods, there are none in C#, I needed to implement them