more G-Labs products

Author Topic: AES encryption for COMMAND_CLASS_SECURITY  (Read 1700 times)

July 01, 2014, 03:47:46 AM
Read 1700 times

rwxr-xr-x

  • *
  • Information
  • Newbie
  • Posts: 7
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

July 06, 2014, 05:49:46 AM
Reply #1

rwxr-xr-x

  • *
  • Information
  • Newbie
  • Posts: 7
I was able to build the required encryption methods, there are none in C#, I needed to implement them