srishtansh
New Member
can contact me at : srishtanshp@nanopowercommunications.com
Posts: 33
|
Post by srishtansh on May 2, 2013 9:33:02 GMT
Is there any fixed way of encrypting & authenticating(CCM) in AES for this protocol or we can ammend or modify the CCM algorithm according to our usage ?
|
|
|
Post by ritesh on May 3, 2013 3:46:00 GMT
There is no specific way for the encryption and authentication in BLE protocol, we can use the encryption and authentication technique as per our requirement.
|
|
|
Post by Mukesh on May 3, 2013 5:44:02 GMT
Is there any fixed way of encrypting & authenticating(CCM) in AES for this protocol or we can ammend or modify the CCM algorithm according to our usage ? Hello Shristansh CCM mode in Advanced Encryption Standard is the combination of CBC mode and Counter Mode. Counter mode is used for Encryption and CBC is used for authentication for generating MAC. There is a specific way to generate CCM Encrypted data according to Defined protocol of Fips 197. but you can do amendment in this easily (Same amendment in Decrypter ) but then it will not be the CCM mode define by Fips 197. For more detail please Refer to the Fips 197 Standard Thanks For your Interest Keep Posting
|
|
|
Post by gunjan on May 3, 2013 6:17:28 GMT
hello mukesh,
You have defined the general CCM mode operation but in my view srishtansh is asking about the security protocol defined in the general BLE spec. In my view you can ammend the internal implementations as per your requirement.
|
|
srishtansh
New Member
can contact me at : srishtanshp@nanopowercommunications.com
Posts: 33
|
Post by srishtansh on May 3, 2013 6:49:56 GMT
hello mukesh, You have defined the general CCM mode operation but in my view srishtansh is asking about the security protocol defined in the general BLE spec. In my view you can ammend the internal implementations as per your requirement. Thank you gunjan and ritesh but i have one more doubt that will this not violate the bluetooth SIG ..........
|
|