Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Cryptographic accelerator
Co-processor optimized for cryptographic operations

In computing, a cryptographic accelerator is a co-processor designed specifically to perform computationally intensive cryptographic operations, doing so far more efficiently than the general-purpose CPU. Because many servers' system loads consist mostly of cryptographic operations, this can greatly increase performance.

Intel's AES-NI is by far the most common cryptographic accelerator in commodity hardware. VIA PadLock is another recent example.

Related Image Collections Add Image
We don't have any YouTube videos related to Cryptographic accelerator yet.
We don't have any PDF documents related to Cryptographic accelerator yet.
We don't have any Books related to Cryptographic accelerator yet.
We don't have any archived web articles related to Cryptographic accelerator yet.

Operating system support

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

Some cryptographic accelerators offer new machine instructions and can therefore be used directly by programs. Libraries such as OpenSSL and LibreSSL support some such cryptographic accelerators.

Almost all Unix-like operating systems use OpenSSL or the fork LibreSSL as their cryptography library. These libraries use cryptographic accelerators such as AES-NI if available.1

See also

References

  1. "Support for OpenSSL 3.0.x libraries from UNIX operating systems". help.hcl-software.com. Retrieved 2024-10-03. https://help.hcl-software.com/workloadautomation/v1022/common/src_gi/eqqg1OpenSSLFromOS.html