Intel® Developer Zone:
Sicherheit und Verschlüsselung

AES New Instructions

Digital Random Number Generator

26-Feb-2013
9:56 PM PST
Deeper Levels of Security with Intel® Identity Protection Technology - White paper
By Jeff Kataoka (Intel)1
White Paper: Deeper Levels of Security with Intel® Identity Protection Technology With the latest release in 2012 of Intel® Identity Protection Technology (Intel® IPT) introduced additional capabilities beyond the initial one-time password (OTP) solutions embedded in silicon and provided an . . .
15-Dez-2012
11:46 AM PST
Intel EAPF Curriculum Lightning Round - SIGCSE 2013
By Paul Steinberg ...1
Contribute to the Intel® AcademicProgram & EAPF Curriculum Lightning Round at SIGCSE 2013. Now is the chance to let your voice be heard.  We are accepting applications to particapte in the next EAPF/Intel Curriculum Lightning Round.  This is a great way to swap ideas with your peers and . . .
05-Mär-2012
11:35 PM PST
Technical Considerations for Intel® AMT in a Wireless Environment
By Matthew Gillespie0
Abstract Support for wireless connectivity in Intel® Active Management Technology (Intel® AMT) provides new functionality for makers of network management software. Because of inherent differences in the needs of wireless and wired connectivity, developers and IT organizations working with these . . .
02-Feb-2012
8:05 PM PST
Intel® Advanced Encryption Standard Instructions (AES-NI)
By Jeffrey Rott (Intel)19
Introduction AES (Advanced Encryption Standard) is an encryption standard adopted by the U.S. government starting in 2001. It is widely used across the software ecosystem to protect network traffic, personal data, and corporate IT infrastructure. AES is a symmetric block cipher that encrypts/ . . .

Seiten

 abonnieren
Meshcentral.com - New Mesh Agent v1.67
By ylian-saint-hil...Posted Juni 19th 20130
Two days ago I started updating the Windows x86 Mesh Agent with the latest v1.67 version. In this latest agent, the major change is the new use of the Windows Crypto API. In the past, I would use OpenSSL for everything across platforms. This
Display Name:
ylian-saint-hilaire (Intel)
Meshcentral.com - Mesh Policy & Mesh Certificate
By ylian-saint-hil...Posted Mai 9th 20130
A quick note to mention that I just updated the Mesh Connector tool to support adding and removing the mesh certificate from the mesh policy. For most people this is probably not important, but if you use Meshcentral.com for larget networks,
Display Name:
ylian-saint-hilaire (Intel)
Detecting Buffer Overflow with Intel® Pointer Checker
By Khang Nguyen (Intel)Posted Januar 30th 20130
Introduction There are many ways a hacker can attack web applications.  Some of the most common security threats are buffer overflows, SQL injection
Display Name:
Khang Nguyen (Intel)
For Software Developers: Start 2013 Strong By Protecting Digital Data from Cyber Threats
By Kevin MurphyPosted Januar 22nd 20131
A surf shop in California loses 10 years of customer data because their computer systems weren’t secured. This data was encrypted with ransomware, a form of malware that allows the cybercriminal to hold it for ransom. The surf shop
Display Name:
Kevin Murphy

Seiten

 abonnieren
Kein Inhalt gefunden
Foren abonnieren
Kein Inhalt gefunden
Videos abonnieren

Intel® Virtualisierungstechnik (Intel® VT)

24-Apr-2013
10:35 AM PDT
Loclville Case Study
By Admin0
By John Tyrrell Download Article  Loclville Case Study.pdf [807.07 KB] Introduction Loclville is a free Windows* 8 app that provides an easy-to-use virtual community notice board. Developed by amateur . . .
29-Mär-2013
10:31 AM PDT
Migrating Server Workloads to Red Hat Enterprise Virtualization on Intel® Xeon® Processor 2600-based Servers for Performance and Cost Improvements
By ROBERT M.0
Continued enhancements to Intel platforms and KVM-based Red Hat Enterprise Virtualization make platform refresh an attractive proposition. Independent testing commissioned by Intel and Red Hat demonstrates that open virtualization on refreshed servers, servers 2 years old or more, enables . . .
03-Feb-2013
8:49 AM PST
GDB - The GNU* Project Debugger for Intel® Architecture
By robert-mueller-...0
Introduction The Intel® System Studio contains build of GDB, the GNU* Project Debugger that has been tested against the cross-build requirements of developing and debugging applications targeting Embedded Devices and Intelligent Systems. In addition the GDB provided by Intel offers additional . . .
03-Jul-2012
9:35 AM PDT
Intel® Hardware Accelerated Execution Manager 1.0.6 (R3)
By Admin51
Last Updated April 19, 2013 The Intel Hardware Accelerated Execution Manager (Intel® HAXM) is a hardware-assisted virtualization engine (hypervisor) that uses Intel Virtualization Technology (Intel® VT) to speed up Android app emulation on a host machine. In combination with . . .

Seiten

 abonnieren
Speeding Up Your Cloud Environment On Intel® Architecture
By Thai Le (Intel)Posted Mai 15th 20130
In my previous blog, I discussed “Ways to Speeding up Your Cloud Environment…”, I will continue with this thread by introducing the topic of Software Defined Networks (SDN
Display Name:
Thai Le (Intel)
Good UI design from the other side - Ultimate Coder
By eskil_steenbergPosted März 11th 20130
This week Ive been thinking a lot about how to design a UI toolkit, and this is about to get very techy, because I would like to talk about API design.I prefer C to C++ and I'm not particularly fond of Object orientation (Although i use it on occasion). UIs is an area that are often thought of as
Display Name:
eskil_steenberg
One platform layer to rule them all: Ultimate Coder Challenge
By eskil_steenbergPosted Februar 25th 20130
There is a fundamental problem when creating new hardware: you need software using it before anyone is willing to buy it. The problem with getting software written for new hardware, is that no one wants to put in the time to build applications using hardware that no one has bought yet. This
Display Name:
eskil_steenberg
TouchDesigner / Interview with Jarrett Smith and Ben Voigt
By Audri PhillipsPosted Februar 19th 20130
This is the second blog I have written in which TouchDesigner is mentioned, but this time I have an informative interview with Jarrett Smith, system architect of TouchDesigner and Ben Voigt,
Display Name:
Audri Phillips

Seiten

 abonnieren
Yogi D.Di, Juni 4th 2013 - 19:43
Trouble with 16-bit guest and SMM interaction0
I am writing a thin hypervisor that allows 16-bit mode guests.  The system boots into my 16-bit boot code which sets up 32-bit protected mode with identty mapped pages, then enables IA-32e compatibility mode and then switches into IA32e mode (64-bit).  In this mode, the software sets up a
Tommy F.Di, Mai 14th 2013 - 16:58
intel vt-d for hvm0
Hello can someone explain why intel vt-d is required for HVM ( fully virtualized VM) and not for Para-virtualized VMs. I know that in the pci-passthrough, the VM has control of the PCI. so the PCI needs to do DMA access to the VM memory, but as this is not possible, the PCI will tell the IOMMU
Yogi D.Sa, Mai 4th 2013 - 10:41
Trouble handling host code programming errors via exceptions1
Hi.  I am writing a small OS-agnostic hypervisor as a teaching tool for my students.  The hypervisor code is loaded by the code I embed in a custom MBR on the boot device when the system boots.  The hypervisor code switches to 32-bit proceted mode and then IA32e (64-bit mode, paged with identity
David K.Mo, April 8th 2013 - 2:18
Can we use Virtual Services in all Groups across the Software Development Life Cycle?0
With the help of Virtual Services, we can start of the software development life cycle. But I have one question in mind can we follow in all Development like Custom, Website and Mobile Application Development?

Seiten

Foren abonnieren
Kein Inhalt gefunden
Videos abonnieren