Platforms to show: All Mac Windows Linux Cross-Platform

Back to OpenSSLMBS module.

OpenSSLMBS.kAlgorithmSHA1 = 1

Type Topic Plugin Version
const Encryption and Hash MBS Encryption Plugin 16.0
One of the hash algorithms.

SHA 1.

OpenSSLMBS.kAlgorithmSHA224 = 2

Type Topic Plugin Version
const Encryption and Hash MBS Encryption Plugin 16.0
One of the hash algorithms.

SHA 2 with 224bit.

OpenSSLMBS.kAlgorithmSHA256 = 3

Type Topic Plugin Version
const Encryption and Hash MBS Encryption Plugin 16.0
One of the hash algorithms.

SHA 2 with 256bit.

OpenSSLMBS.kAlgorithmSHA384 = 4

Type Topic Plugin Version
const Encryption and Hash MBS Encryption Plugin 16.0
One of the hash algorithms.

SHA 2 with 384bit.

OpenSSLMBS.kAlgorithmSHA512 = 5

Type Topic Plugin Version
const Encryption and Hash MBS Encryption Plugin 16.0
One of the hash algorithms.

SHA 2 with 512bit.

OpenSSLMBS.kPaddingNone = 3

Type Topic Plugin Version
const Encryption and Hash MBS Encryption Plugin 16.2
One of the padding options for RSA encryption.

Raw RSA encryption. This mode should only be used to implement cryptographically sound padding modes in the application code. Encrypting user data directly with RSA is insecure.

OpenSSLMBS.kPaddingPKCS1 = 1

Type Topic Plugin Version
const Encryption and Hash MBS Encryption Plugin 16.2
One of the padding options for RSA encryption.

PKCS #1 v1.5 padding. This currently is the most widely used mode.

OpenSSLMBS.kPaddingPKCS1OAEP = 4

Type Topic Plugin Version
const Encryption and Hash MBS Encryption Plugin 16.2
One of the padding options for RSA encryption.

EME-OAEP as defined in PKCS #1 v2.0 with SHA-1, MGF1 and an empty encoding parameter. This mode is recommended for all new applications.

OpenSSLMBS.kPaddingSSLv23 = 2

Type Topic Plugin Version
const Encryption and Hash MBS Encryption Plugin 16.2
One of the padding options for RSA encryption.

PKCS #1 v1.5 padding with an SSL-specific modification that denotes that the server is SSL3 capable.

OpenSSLMBS.kPaddingX931 = 5

Type Topic Plugin Version
const Encryption and Hash MBS Encryption Plugin 16.2
One of the padding options for RSA encryption.

X931 padding.

The items on this page are in the following plugins: MBS Encryption Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...