Crypto Shield: Difference between revisions

From air
Jump to navigation Jump to search
(Created page with "The CryptoShield is design to work with not only the Arduino ecosystem but with embedded Linux boards that support the Arduino shield form-factor. The CryptoShield is 3.3V and...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:




* Maxim Integrated DS3231M Real Time Clock
* Maxim Integrated [[DS3231M Real Time Clock]]
* Atmel AT97SC3204T Trusted Platform Module (performs RSA encryption, decryption, and signing in the hardware)
* [[Atmel AT97SC3204T]] [[Trusted Platform Module]] (performs [[RSA]] encryption, decryption, and signing in the hardware)
* ATAES132 EEPROM ([[AES]] encrypted EEPROM that can store up to 32Kb of data)
* [[ATAES132]] EEPROM ([[AES]] encrypted EEPROM that can store up to 32Kb of data)
* ATSHA204 (authentication chip that performs SHA-256 and HMAC-256)
* [[ATSHA204]] (authentication chip that performs [[SHA]]-256 and [[HMAC]]-256)
* Atmel ATECC108 (performs the Elliptic Curve Digital Signature Algorithm (ECDSA) on the chip. This is an authentication chip, like the ATSHA204.)
* [[Atmel ATECC108]] (performs the Elliptic Curve Digital Signature Algorithm ([[ECDSA]]) on the chip. This is an authentication chip, like the ATSHA204.)
* RFID Socket
* RFID Socket


Line 13: Line 13:
* https://learn.sparkfun.com/tutorials/crypto-shield-hookup-guide
* https://learn.sparkfun.com/tutorials/crypto-shield-hookup-guide
* [http://www.amazon.com/A-Practical-Guide-Trusted-Computing/dp/0132398427 A Practical Guide to Trusted Computing, David Challener, Kent Yoder, Ryan Catherman, & al, January 2008]
* [http://www.amazon.com/A-Practical-Guide-Trusted-Computing/dp/0132398427 A Practical Guide to Trusted Computing, David Challener, Kent Yoder, Ryan Catherman, & al, January 2008]

See also
* [[CryptoCape]] for BeagleBone

Latest revision as of 07:05, 25 April 2015

The CryptoShield is design to work with not only the Arduino ecosystem but with embedded Linux boards that support the Arduino shield form-factor. The CryptoShield is 3.3V and 5V friendly. It covers secure components such as


Docs:

See also