⬆️ ⬇️

Intel SGX Extensions Tutorial. Preface and full course content





During the last months, the Russian blog published a Russian translation of a series of tutorial articles from the Intel Developer Zone resource dedicated to the use of the Intel Software Guard Extensions extensions in programming - Intel SGX Tutorial . The publication stretched out in time, so for those who decided to methodically study this issue, we made a general index of articles both in the original language and in Russian. After the release of new posts (and the author promises to continue) and their translation, they will also be added here.



Under the cut, you will also find the software requirements and the hardware for studying the course.



Brief introduction



Throughout the entire series of posts, we will develop a password manager. The result obtained, of course, will not be a commercial product, but it will have all the necessary functionality. In short, the application will be simple to fit the textbook, but not primitive, so that it is useful to study.

')

After reviewing all the posts in the series, you will learn how:





This series of articles will cover all phases of the Intel SGX application development cycle, from design creation to design, testing, packaging, and deployment.



Starting to study



Starting to study the course, make sure you have everything you need from a hardware and software point of view.

ComponentSure to?Comment
Hardware requirements
Intel processor with Intel Secure Key TechnologyYesOur password manager will actively use the random number generator provided by Intel Secure Key Technology. A list of processors with its support can be found on the ARK website.
Intel Core 6 Generation processor and BIOS supporting Intel SGXNotFor most of the tutorial, a processor with Intel SGX support is needed, but development can also be done on a computer without it, and Intel SGX applications can run on the emulator included in the SDK.
Software requirements
Intel Software Guard Extensions (Intel SGX) SDK v1.6YesRequired for developing Intel SGX applications.
Microsoft Visual Studio 2013 Professional EditionYesRequired for SDK. Each SDK release is tied to a specific version of Visual Studio to ensure the performance of wizards, development tools, and integration.
Intel Parallel Studio XE 2013 Professional Edition for WindowsNotRecommended but not required for development.

Original series of articles in English





A series of articles in Russian





At the end of each article in the series you will find a link to this index. Creative success!

Source: https://habr.com/ru/post/324674/



All Articles