Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:papers:space2015 [2015-09-06 20:46] – [Architecture Considerations for Massively Parallel Hardware Security Platform - SPACE 2015] petrspublic:papers:space2015 [2016-12-01 13:28] (current) – external edit 127.0.0.1
Line 5: Line 5:
  
   * Conference page: [[http://cse.iitkgp.ac.in/conf/SPACE2015/|SPACE 2015]]   * Conference page: [[http://cse.iitkgp.ac.in/conf/SPACE2015/|SPACE 2015]]
-  * Download author pre-print of the paper: {{:public:papers:cryptohive_svenda_space2015.pdf|FIXME pdf}} +  * Download author pre-print of the paper: {{:public:papers:cryptohive_svenda_space2015.pdf.pdf|pdf}} 
-  * Download presentation: {{:public:papers:cryptohive_svenda_space2015_slides.pdf|FIXME pdf}}+  * Download presentation: {{:public:papers:cryptohive_space2015_slides.pdf|pdf}}
   * Download used source codes: [[https://github.com/crocs-muni/JCAlgTest|JCAlgTest on GitHub]]   * Download used source codes: [[https://github.com/crocs-muni/JCAlgTest|JCAlgTest on GitHub]]
   * More info about supported algorithms on smart cards: [[http://www.fi.muni.cz/~xsvenda/jcsupport.html|JavaCard algorithm support list (40+ cards)]]     * More info about supported algorithms on smart cards: [[http://www.fi.muni.cz/~xsvenda/jcsupport.html|JavaCard algorithm support list (40+ cards)]]  
Line 15: Line 15:
      title = {Architecture Considerations for Massively Parallel Hardware Security Platform},      title = {Architecture Considerations for Massively Parallel Hardware Security Platform},
      booktitle = {The 5th International Conference on Security, Privacy, and Applied Cryptography Engineering      booktitle = {The 5th International Conference on Security, Privacy, and Applied Cryptography Engineering
-     (SPACE’2015), LNCS ??},+     (SPACE’2015), LNCS 9354},
      year = {2015},      year = {2015},
-     pages = {??--??}, +     pages = {269--288}, 
-     doi = {??},+     doi = {10.1007/978-3-319-24126-5_16},
      publisher = {Springer}      publisher = {Springer}
    }    }
Line 24: Line 24:
      
  
----- 
----- 
  
  
Line 31: Line 29:
 ===== What is this paper about? ===== ===== What is this paper about? =====
  
-FIXME+The focus of this work is description, analysis and prototype implementation of hardware security architecture, which can: 
 +  * support high number of parallel users with many different cryptographic keys, 
 +  * provide high performance for a cryptography as a service, 
 +  * yet withstand a skilled attacker with direct physical access to target device. 
 +The typical usage scenario is high speed security box in datacenter shared by many users without need for trust put in security box operator.  The architecture utilizes grid of cryptographic smart cards interconnected by secure channels.   
 + 
 +{{:public:papers:cryptohive.png?400|}}