Difference between revisions of "Cryptographic Module"

From BaseX Documentation
Jump to navigation Jump to search
(Created page with "The cryptographic module is based on an early draft of the [http://expath.org/spec/crypto EXPath Cryptographic Module] and provides the following functionality: # Creation of mes...")
 
m
Line 1: Line 1:
 
The cryptographic module is based on an early draft of the [http://expath.org/spec/crypto EXPath Cryptographic Module] and provides the following functionality:
 
The cryptographic module is based on an early draft of the [http://expath.org/spec/crypto EXPath Cryptographic Module] and provides the following functionality:
# Creation of message authentication codes (MAC)
+
# Creation of message authentication codes (HMAC)
 
# Creation and validation of an XML Digital Signature
 
# Creation and validation of an XML Digital Signature
 
# Encryption and decryption
 
# Encryption and decryption

Revision as of 15:00, 6 October 2011

The cryptographic module is based on an early draft of the EXPath Cryptographic Module and provides the following functionality:

  1. Creation of message authentication codes (HMAC)
  2. Creation and validation of an XML Digital Signature
  3. Encryption and decryption