Guest
Login
Register
Home
Help
Search
Login
Register
more G-Labs products
This forum is soon going to be read-only.
Please join the new
HomeGenie community on Google+
HomeGenie Forum
Automation Program Plugins and Wizard Scripting
APP Contributions
AES encryption for COMMAND_CLASS_SECURITY
« previous
next »
Print
Pages: [
1
]
Go Down
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
AES encryption for COMMAND_CLASS_SECURITY
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
Logged
July 06, 2014, 05:49:46 AM
Reply #1
rwxr-xr-x
Information
Newbie
Posts:
7
Re: AES encryption for COMMAND_CLASS_SECURITY
I was able to build the required encryption methods, there are none in C#, I needed to implement them
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
HomeGenie Forum
Automation Program Plugins and Wizard Scripting
APP Contributions
AES encryption for COMMAND_CLASS_SECURITY