Jump to content

Cryptographic accelerator

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tony Sidaway (talk | contribs) at 23:53, 10 June 2012 (Copy edit and expand a bit). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, a cryptographic accelerator is a form of co-processor that performs computationally intensive encoding and decoding of information while freeing the host CPU to perform other tasks. In situations where a large proportion of the system load is either encryption or decryption of data, overall system performance can be improved by the use of such hardware, which is typically available as an expansion card on the system motherboard.

Operating system support

Several operating systems provide some support for cryptographic hardware. The BSD family of systems has the OpenBSD Cryptographic Framework (OCF), and Linux systems have the Crypto API. Microsoft Windows has the Microsoft CryptoAPI.

See also