https://github.com/synergex/base_64_encoding
Functions to encode ascii text to base64. Based upon code submitted to Synergy-l by Nigel White. (Update for Synergy 9.5 compatibility)
https://github.com/synergex/base_64_encoding
Last synced: 4 months ago
JSON representation
Functions to encode ascii text to base64. Based upon code submitted to Synergy-l by Nigel White. (Update for Synergy 9.5 compatibility)
- Host: GitHub
- URL: https://github.com/synergex/base_64_encoding
- Owner: Synergex
- License: other
- Created: 2021-12-16T15:32:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T16:10:24.000Z (almost 4 years ago)
- Last Synced: 2025-08-29T10:49:55.882Z (9 months ago)
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Base_64_encoding
**Created Date:** 9/29/2008
**Last Updated:** 10/11/2010
**Description:** Functions to encode ascii text to base64. Based upon code submitted to Synergy-l by Nigel White. (Update for Synergy 9.5 compatibility)
**Platforms:** Windows; Unix; OpenVMS
**Products:** Synergy DBL
**Minimum Version:** 8.1
**Author:** Tod Phillips
**Additional Information:**
Descriptions
------------
BASE64.DBL
This code for the BASE64 conversion was created by Tod Phillips (January 22nd 2009). It accepts the same
parameters as the Synergy-l BASE64 submission by Nigel White (August 17th 2008), plus optional parameters
to force MIME-style encoding of the returned Base64 string (used in SMTP routines in which a CRLF is required
after every 76th character). William Hawkins has also contributed to the code by adding Synergy v9 parameter
syntax.