Skip to content

Files

Latest commit

6aec28d · Dec 15, 2018

History

History
58 lines (43 loc) · 4.18 KB

xml-security.md

File metadata and controls

58 lines (43 loc) · 4.18 KB

XMLSecurity

A VFP set of classes to secure an XML document (encrypt, signing, and verifying).

Part of VFP XML library set.

Credits

Status

  • Not suited for production.
  • See tests for current coverage of functionality.

Usage

See examples at the tests folder:

Components

Dependencies

Additionally, XMLSecurity requires a crypto library to provide the encryption and hashing functions. The distributed XMLSecurityLib sub-classes provide interfaces to two such components, OpenSSL, a widely used open source solution, and Chilkat, a commercial product that adds significant value to a VFP development environment.

To use the OpenSSL library, at least libcrypto.dll must be present in VFP's path, but a full OpenSSL package may be installed from one of the available sources listed in the project wiki: https://wiki.openssl.org/index.php/Binaries.