Difference between revisions of "Atmel Sam Cryptography with CryptoAuth-Xpro-B"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 37: Line 37:
* Press the restart button in the controller
* Press the restart button in the controller
* The implementation has an text menu which allows you to navigate by numbers
* The implementation has an text menu which allows you to navigate by numbers
== Security Features ==
[[File:Sicherheits-Features.pdf]]


== Cryptographic algorithms ==
== Cryptographic algorithms ==
[https://git.fh-campuswien.ac.at/c1710475053/atmel-sam-cryptography-with-cryptoauth-xpro-b/blob/master/Dokumentation/Cryptographic_Algorithms.pdf Click here for Pdf]
[https://git.fh-campuswien.ac.at/c1710475053/atmel-sam-cryptography-with-cryptoauth-xpro-b/blob/master/Dokumentation/Cryptographic_Algorithms.pdf Click here for Pdf]
== User Guides ==
[[File:User Guide Atmel.pdf]]
[[File:User Guide EDGB.pdf]]
[[File:User Guide Security Features.pdf]]


== Used Hardware ==
== Used Hardware ==
Line 52: Line 60:
== References ==
== References ==


Implmentation:
Implementation:
* https://www.insidegadgets.com/2017/04/21/alarm-system-v3-part-3-using-the-atmel-cryptoauthentication-atsha204a/
* https://www.insidegadgets.com/2017/04/21/alarm-system-v3-part-3-using-the-atmel-cryptoauthentication-atsha204a/
* https://www.youtube.com/watch?v=TAOVKcN-pwY
* https://www.youtube.com/watch?v=TAOVKcN-pwY

Revision as of 11:26, 23 June 2019

Summary

This documentation describes the usage of security features for microcontrollers especially for the Atmel Sam R21 with the expansion board Atcryptoauth Xpro B.

Requirements

Description

The Cryptoauth expansion board contains four chips which gets connected via I2C Chips:

Implementation for ATECCx08A and ATSHA204A

The implementation for ATECCx08A and ATSHA204A is based on the Cryptoauthlib.For ease of use of the ASF USART a custom abstraction layer got implemented.

The example program Implements:

  • Showing the serial numbers of the chips
  • Hashing a message
  • Showing locked zones
  • Locking zones
  • Generate a random number (only works with locked configuration Zone)
  • Generate a keypair (only works with locked configuration Zone)

Usage:

  • Connect your microcontroller to the EDGB USB port and upload the software
  • Open a terminal Program (Putty, TeraTerm)
  • Terminal program configuration:
  Baud rate     115200
  Data bits     8
  Stop bits     1
  Parity        none
  • Press the restart button in the controller
  • The implementation has an text menu which allows you to navigate by numbers

Security Features

File:Sicherheits-Features.pdf

Cryptographic algorithms

Click here for Pdf

User Guides

File:User Guide Atmel.pdf File:User Guide EDGB.pdf File:User Guide Security Features.pdf

Used Hardware

Courses

Wahlfachprojekt1 2019

References

Implementation:

Cryptographic algorithms: